[PC-BSD Commits] r3206 - pbibuild/modules/googleearth/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 8 12:42:12 PST 2009
Author: kris
Date: 2009-01-08 12:42:12 -0800 (Thu, 08 Jan 2009)
New Revision: 3206
Modified:
pbibuild/modules/googleearth/overlay-dir/PBI.RemoveScript.sh
Log:
Updated the comments in google earth remove script
Modified: pbibuild/modules/googleearth/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/googleearth/overlay-dir/PBI.RemoveScript.sh 2009-01-08 20:39:58 UTC (rev 3205)
+++ pbibuild/modules/googleearth/overlay-dir/PBI.RemoveScript.sh 2009-01-08 20:42:12 UTC (rev 3206)
@@ -20,7 +20,7 @@
# Find the homedir for this user
HOMEDIR="`cat /etc/passwd | grep ^${i}: | cut -d ":" -f 6`"
- # Check if we have a mozilla firefox profile and remove it
+ # Check if we have a Google Earth profile and remove it
if [ -e "${HOMEDIR}/.googleearth" ]
then
rm -rf ${HOMEDIR}/.googleearth
More information about the Commits
mailing list