[PC-BSD Commits] r748 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 17 22:20:21 PDT 2007
Author: kris
Date: 2007-09-17 22:20:21 -0700 (Mon, 17 Sep 2007)
New Revision: 748
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh
Log:
Setup flag to remove ja-vlgothic if user is not running japanese
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh 2007-09-18 05:16:40 UTC (rev 747)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh 2007-09-18 05:20:21 UTC (rev 748)
@@ -253,6 +253,13 @@
done
' >/mnt/tmp/SetPerms
+# Remove the ja-vlgothic if we are not running in japanese
+if [ "${LANG}" != "ja" ]
+then
+ echo 'pkg_delete -f ja-vlgothic\*' >>/mnt/tmp/SetPerms
+fi
+
+
chmod 755 /mnt/tmp/SetPerms
chroot /mnt /tmp/SetPerms
rm /mnt/tmp/SetPerms
More information about the Commits
mailing list