summarylogtreecommitdiffstats
path: root/liri-shell-git.install
diff options
context:
space:
mode:
authorPier Luigi Fiorini2018-05-17 00:41:44 +0200
committerPier Luigi Fiorini2018-05-17 00:41:53 +0200
commita299750a9ca52fab2ae95fd752f2e5a404f2e330 (patch)
tree5df57c8d594e7cdf696ef188ca2d7b31ed276092 /liri-shell-git.install
parente2fca3fe2fed857c34f1d19ba1b39be2b7202b5d (diff)
downloadaur-a299750a9ca52fab2ae95fd752f2e5a404f2e330.tar.gz
Update package
Diffstat (limited to 'liri-shell-git.install')
-rw-r--r--liri-shell-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/liri-shell-git.install b/liri-shell-git.install
new file mode 100644
index 000000000000..7e721e827e17
--- /dev/null
+++ b/liri-shell-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}