diff options
author | Guan-Zhong Huang <imprazaguy@gmail.com> | 2010-07-06 01:10:13 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-06 02:33:55 -0500 |
commit | c36c56f720daf892e2fb47ac4abef5a5275f58bc (patch) | |
tree | b0fb851946dc2d9c2d08ffebade84f0b2da73c1c /misc/ibus-chewing/doinst.sh | |
parent | 5afe893fe71c0e450fa3b010755b8d2f14464c40 (diff) | |
download | slackbuilds-c36c56f720daf892e2fb47ac4abef5a5275f58bc.tar.gz |
misc/ibus-chewing: Added (chewing engine for ibus input framework)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/ibus-chewing/doinst.sh')
-rw-r--r-- | misc/ibus-chewing/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/ibus-chewing/doinst.sh b/misc/ibus-chewing/doinst.sh new file mode 100644 index 0000000000..b6a7713475 --- /dev/null +++ b/misc/ibus-chewing/doinst.sh @@ -0,0 +1,9 @@ +schema_install() { + SCHEMA="$1" + GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ + chroot . gconftool-2 --makefile-install-rule \ + /etc/gconf/schemas/$SCHEMA \ + 1>/dev/null +} + +schema_install ibus-chewing.schemas |