vfmg: vfmg - DR17: remove cache files

sparky sparky at pld-linux.org
Tue Apr 18 23:27:40 CEST 2006


Author: sparky                       Date: Tue Apr 18 21:27:40 2006 GMT
Module: vfmg                          Tag: HEAD
---- Log message:
- DR17: remove cache files

---- Files affected:
vfmg:
   vfmg (1.88 -> 1.89) 

---- Diffs:

================================================================
Index: vfmg/vfmg
diff -u vfmg/vfmg:1.88 vfmg/vfmg:1.89
--- vfmg/vfmg:1.88	Tue Apr 18 20:37:51 2006
+++ vfmg/vfmg	Tue Apr 18 23:27:34 2006
@@ -1566,6 +1566,12 @@
 	unlink "blank.xpm";
 	unlink "icon.edc";
 	unlink $DR{icon};
+	unlink "$opt{icons_dir}/.eap.cache.cfg"
+		if -r "$opt{icons_dir}/.eap.cache.cfg";
+	for my $dir (qw(all bar favorite restart startup)) {
+		unlink "$opt{destdir}/../$dir/.eap.cache.cfg"
+			if -r "$opt{destdir}/../$dir/.eap.cache.cfg";
+	}
 
 	open F_OUT, "> $opt{icons_dir}/.existing";
 	foreach my $icon ( keys %{$DR{existing}} ) {
================================================================

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



More information about the pld-cvs-commit mailing list