summarylogtreecommitdiffstats
path: root/cuttlefish-bzr.install
diff options
context:
space:
mode:
authorMuflone2015-06-13 17:59:16 +0200
committerMuflone2015-06-13 17:59:16 +0200
commitadc450cc4b0804f15183df36b4028fcf543b3b14 (patch)
tree1fad272b3a5d1fb9161cda9086712015397dc3b8 /cuttlefish-bzr.install
downloadaur-adc450cc4b0804f15183df36b4028fcf543b3b14.tar.gz
Initial import
Diffstat (limited to 'cuttlefish-bzr.install')
-rw-r--r--cuttlefish-bzr.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/cuttlefish-bzr.install b/cuttlefish-bzr.install
new file mode 100644
index 000000000000..eb1c0d4292bc
--- /dev/null
+++ b/cuttlefish-bzr.install
@@ -0,0 +1,7 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}