[PC-BSD Commits] r4089 - pbibuild/modules/office/tellico/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed Jun 10 11:33:50 PDT 2009
Author: kris
Date: 2009-06-10 11:33:50 -0700 (Wed, 10 Jun 2009)
New Revision: 4089
Modified:
pbibuild/modules/office/tellico/overlay-dir/PBI.RemoveScript.sh
Log:
Cleanup tellico remove script
Modified: pbibuild/modules/office/tellico/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/office/tellico/overlay-dir/PBI.RemoveScript.sh 2009-06-10 18:32:54 UTC (rev 4088)
+++ pbibuild/modules/office/tellico/overlay-dir/PBI.RemoveScript.sh 2009-06-10 18:33:50 UTC (rev 4089)
@@ -6,20 +6,3 @@
# ${2} is the username of person performing the deletion.
# TIP: 'kdialog' should be used for user interaction.
#########################################
-
-if [ ! -z "$DISPLAY" ]
-then
- # Ask if we want to remove the user profiles
- kdialog --yesno "Do you want to remove Tellico user settings?" --title "Remove user settings"
- if [ "$?" = "0" ]
- then
- cd /home
- for i in `ls`
- do
- if [ -e "/home/${i}/.kde/share/apps/tellico" ]
- then
- rm -rf /home/${i}/.kde/share/apps/tellico
- fi
- done
- fi
-fi
More information about the Commits
mailing list