summaryrefslogtreecommitdiff
path: root/extra/ibus/ibus.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-03 04:02:27 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-03 04:02:27 +0000
commit5daf7a199ac436064eb4f3343e4a38ea383d628e (patch)
treeef80c239155f9c38ac9de922eef30fdcb3810e01 /extra/ibus/ibus.install
parent747fac818a9021f876837c839ce15c301b7e229f (diff)
Sat May 3 03:56:22 UTC 2014
Diffstat (limited to 'extra/ibus/ibus.install')
-rw-r--r--extra/ibus/ibus.install8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/ibus/ibus.install b/extra/ibus/ibus.install
index 4bc5288cf..eea6deb6b 100644
--- a/extra/ibus/ibus.install
+++ b/extra/ibus/ibus.install
@@ -2,9 +2,11 @@ post_install() {
gtk-query-immodules-2.0 --update-cache
gtk-query-immodules-3.0 --update-cache
- gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
+ gtk-update-icon-cache -fq -t usr/share/icons/hicolor
- glib-compile-schemas /usr/share/glib-2.0/schemas
+ glib-compile-schemas usr/share/glib-2.0/schemas
+
+ dconf update
}
post_upgrade() {
@@ -13,4 +15,6 @@ post_upgrade() {
post_remove() {
post_install
+
+ rm -f etc/dconf/db/ibus
}