[PC-BSD Commits] r20179 - in pcbsd/branches/9.1/build-files/metapkgsets/pcbsd: . pkgset/base-system
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 12 08:35:04 PST 2012
Author: kris
Date: 2012-11-12 16:35:04 +0000 (Mon, 12 Nov 2012)
New Revision: 20179
Added:
pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/pkgset/base-system/post-install.sh
Modified:
pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/chroot-script.sh
Log:
Don't keep auto-starting ibus, let our script handle that if we are on
certian languages
Modified: pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/chroot-script.sh
===================================================================
--- pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/chroot-script.sh 2012-11-12 16:02:18 UTC (rev 20178)
+++ pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/chroot-script.sh 2012-11-12 16:35:04 UTC (rev 20179)
@@ -21,3 +21,6 @@
# Remove old xsessions, keeping XBMC
rm /usr/local/share/xsessions/*.desktop >/dev/null 2>/dev/null
+
+# Remove ibus xdg startup, dont want to run it all the time
+rm /usr/local/etc/xdg/autostart/ibus.desktop
Index: pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/pkgset/base-system/post-install.sh
===================================================================
--- pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/pkgset/base-system/post-install.sh 2012-11-12 16:02:18 UTC (rev 20178)
+++ pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/pkgset/base-system/post-install.sh 2012-11-12 16:35:04 UTC (rev 20179)
Property changes on: pcbsd/branches/9.1/build-files/metapkgsets/pcbsd/pkgset/base-system/post-install.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
More information about the Commits
mailing list