summarylogtreecommitdiffstats
path: root/rhythmbox-plugin-ampache-git.install
diff options
context:
space:
mode:
authorAnthony Vitacco2015-08-13 12:51:01 -0400
committerAnthony Vitacco2015-08-13 12:51:01 -0400
commit0a72d84fa8c0900e9eb97a2be0027fce2af38262 (patch)
treee11c8ced4acb7bb1521a1697a6f1e1f373497377 /rhythmbox-plugin-ampache-git.install
downloadaur-0a72d84fa8c0900e9eb97a2be0027fce2af38262.tar.gz
Initial Check-in
Diffstat (limited to 'rhythmbox-plugin-ampache-git.install')
-rw-r--r--rhythmbox-plugin-ampache-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/rhythmbox-plugin-ampache-git.install b/rhythmbox-plugin-ampache-git.install
new file mode 100644
index 000000000000..3a06d45b9a40
--- /dev/null
+++ b/rhythmbox-plugin-ampache-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
+}