summarylogtreecommitdiffstats
path: root/gtkhash.install
diff options
context:
space:
mode:
authorCarsten Teibes2013-12-05 03:33:46 +0100
committerCarsten Teibes2013-12-05 03:33:46 +0100
commitdcb02d8aefdfe8f8b308cbb2f0b0083efe2e18e3 (patch)
tree8da280f19e0310d72fb89e94ee3dc3576ac33a3d /gtkhash.install
downloadaur-dcb02d8aefdfe8f8b308cbb2f0b0083efe2e18e3.tar.gz
[add] gtkhash-git
Diffstat (limited to 'gtkhash.install')
-rw-r--r--gtkhash.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtkhash.install b/gtkhash.install
new file mode 100644
index 000000000000..a432ada8586d
--- /dev/null
+++ b/gtkhash.install
@@ -0,0 +1,12 @@
+
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}