summarylogtreecommitdiffstats
path: root/ibus.install
diff options
context:
space:
mode:
authorAlvaro Fernando García2020-01-16 04:45:48 -0300
committerAlvaro Fernando García2020-01-16 05:18:31 -0300
commit6a7ddbcb4f0a48cbabeddd16f19d584225ca011b (patch)
treecacdd9ecea20645fcbbabd8d7f468d1f83d7c95c /ibus.install
downloadaur-6a7ddbcb4f0a48cbabeddd16f19d584225ca011b.tar.gz
Initial version
Diffstat (limited to 'ibus.install')
-rw-r--r--ibus.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/ibus.install b/ibus.install
new file mode 100644
index 000000000000..72183ce68d7a
--- /dev/null
+++ b/ibus.install
@@ -0,0 +1,15 @@
+post_install() {
+ gtk-query-immodules-3.0 --update-cache
+
+ dconf update
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+
+ rm -f etc/dconf/db/ibus
+}