[PC-BSD Commits] r2738 - pbibuild/modules/winfirefox3/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 9 12:55:47 PDT 2008
Author: gonzalo
Date: 2008-09-09 12:55:47 -0700 (Tue, 09 Sep 2008)
New Revision: 2738
Modified:
pbibuild/modules/winfirefox3/overlay-dir/PBI.RemoveScript.sh
Log:
remove script now deletes the .winff3 folder
Modified: pbibuild/modules/winfirefox3/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/winfirefox3/overlay-dir/PBI.RemoveScript.sh 2008-09-09 19:55:10 UTC (rev 2737)
+++ pbibuild/modules/winfirefox3/overlay-dir/PBI.RemoveScript.sh 2008-09-09 19:55:47 UTC (rev 2738)
@@ -6,4 +6,12 @@
# ${2} is the username of person performing the deletion.
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm -fR /usr/local/bin/winfirefox3
\ No newline at end of file
+rm -fR /usr/local/bin/winfirefox3
+cd /home
+for i in `ls`
+do
+if [ -e "/home/${i}/.winff3" ]
+then
+rm -rf /home/${i}/.winff3
+fi
+done
\ No newline at end of file
More information about the Commits
mailing list