SVN: vfmg/trunk/VFMG/Icons.pm
    sparky 
    sparky at pld-linux.org
       
    Tue Dec  5 02:36:35 CET 2006
    
    
  
Author: sparky
Date: Tue Dec  5 02:36:35 2006
New Revision: 8065
Modified:
   vfmg/trunk/VFMG/Icons.pm
Log:
- oops, forgor about actually executing 'convert_post'
Modified: vfmg/trunk/VFMG/Icons.pm
==============================================================================
--- vfmg/trunk/VFMG/Icons.pm	(original)
+++ vfmg/trunk/VFMG/Icons.pm	Tue Dec  5 02:36:35 2006
@@ -173,6 +173,9 @@
 	foreach my $cmd (@scale) {
 		system($cmd);
 	}
+	if ( exists $main::opt{convert_post} ) {
+		system( $main::opt{convert_post} );
+	}
 	unlink @del_files;
 }
 
    
    
More information about the pld-cvs-commit
mailing list