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;
 }
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to