diff options
author | Grissiom <chaos.proton@gmail.com> | 2010-06-20 07:20:48 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-20 15:19:59 -0500 |
commit | 46758b062b212566df71eb3b656c20db7a39dac4 (patch) | |
tree | 1013d5766db994fef32fa055ac0a539d4f417f3b /misc/ibus/doinst.sh | |
parent | bec8a82828699c97bab0d21dff9d5b484fadfcac (diff) | |
download | slackbuilds-46758b062b212566df71eb3b656c20db7a39dac4.tar.gz |
misc/ibus: Updated for version 1.3.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/ibus/doinst.sh')
-rw-r--r-- | misc/ibus/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ibus/doinst.sh b/misc/ibus/doinst.sh index 81bf0074f4..d41d97e260 100644 --- a/misc/ibus/doinst.sh +++ b/misc/ibus/doinst.sh @@ -27,7 +27,7 @@ preserve_perms etc/profile.d/ibus.csh.new GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ chroot . gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/ibus.schemas 1>/dev/null + /etc/gconf/schemas/ibus.schemas 1>/dev/null if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |