summarylogtreecommitdiffstats
path: root/leleleplayer.install
diff options
context:
space:
mode:
authorPolochon-street2015-10-10 23:21:20 +0200
committerPolochon-street2015-10-10 23:21:20 +0200
commita8ee1c70476ee67034208a1321a0fe6b6efb7f38 (patch)
treedc37887240a1009fe1fa8015211c9468ef7ffce1 /leleleplayer.install
downloadaur-a8ee1c70476ee67034208a1321a0fe6b6efb7f38.tar.gz
Initial commit
Diffstat (limited to 'leleleplayer.install')
-rw-r--r--leleleplayer.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/leleleplayer.install b/leleleplayer.install
new file mode 100644
index 000000000000..4adec476db9c
--- /dev/null
+++ b/leleleplayer.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}