Author: sparky                       Date: Tue Nov  1 03:20:55 2005 GMT
Module: vfmg                          Tag: DEVEL
---- Log message:
- import rmtree

---- Files affected:
vfmg:
   vfmg (1.73.2.19 -> 1.73.2.20) 

---- Diffs:

================================================================
Index: vfmg/vfmg
diff -u vfmg/vfmg:1.73.2.19 vfmg/vfmg:1.73.2.20
--- vfmg/vfmg:1.73.2.19 Tue Nov  1 03:55:16 2005
+++ vfmg/vfmg   Tue Nov  1 04:20:49 2005
@@ -1197,7 +1197,7 @@
 }
 if($o_output eq "afterstep") { # {{{
        require File::Path;
-       import File::Path qw(mkpath);
+       import File::Path qw(mkpath rmtree);
        my $dir="$ENV{'HOME'}/GNUstep/Library/AfterStep/start";
        if((-d "$dir")||(-f "$dir")) {
                rmtree("$dir.old",0,0);
@@ -1246,7 +1246,7 @@
 }
 if($o_output eq "enlightenment") {
        require File::Path;
-       import File::Path qw(mkpath);
+       import File::Path qw(mkpath rmtree);
        $dir="$ENV{'HOME'}/.enlightenment/menus";
        if((-d "$dir")||(-f "$dir")) {
                rmtree("$dir.old",0,0);
@@ -1258,7 +1258,7 @@
 }
 if($o_output eq "xpde") { # {{{
        require File::Path;
-       import File::Path qw(mkpath);
+       import File::Path qw(mkpath rmtree);
        my $dir="$ENV{'HOME'}/.xpde/Start Menu/Programs";
        if ( (-d $dir) or (-f $dir) ) {
                rmtree("$dir.old",0,0);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/vfmg/vfmg?r1=1.73.2.19&r2=1.73.2.20&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to