summarylogtreecommitdiffstats
path: root/mucharmap-git.install
diff options
context:
space:
mode:
authorzaps1662015-09-22 19:09:01 +0200
committerzaps1662015-09-22 19:09:01 +0200
commitbe30056324dfcb838ff56c06de8954db8cf80ff6 (patch)
treeec158f0042b3dd634720cb550b200c14260adad0 /mucharmap-git.install
downloadaur-be30056324dfcb838ff56c06de8954db8cf80ff6.tar.gz
Initial commit
Diffstat (limited to 'mucharmap-git.install')
-rw-r--r--mucharmap-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/mucharmap-git.install b/mucharmap-git.install
new file mode 100644
index 000000000000..725b5f1fd9e1
--- /dev/null
+++ b/mucharmap-git.install
@@ -0,0 +1,14 @@
+post_install()
+{
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}