summarylogtreecommitdiffstats
path: root/rhythmbox-plugin-alternative-toolbar.install
diff options
context:
space:
mode:
authorMaxime Gauduin2015-06-08 11:11:25 +0200
committerMaxime Gauduin2015-06-08 11:11:25 +0200
commit9ee87a45b318b579b99efd759685aa5235e92366 (patch)
tree914d2704a0a298c4bb658f7f8c6307783493dfb0 /rhythmbox-plugin-alternative-toolbar.install
downloadaur-9ee87a45b318b579b99efd759685aa5235e92366.tar.gz
Initial import
Diffstat (limited to 'rhythmbox-plugin-alternative-toolbar.install')
-rw-r--r--rhythmbox-plugin-alternative-toolbar.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/rhythmbox-plugin-alternative-toolbar.install b/rhythmbox-plugin-alternative-toolbar.install
new file mode 100644
index 000000000000..f4d9c4b0811b
--- /dev/null
+++ b/rhythmbox-plugin-alternative-toolbar.install
@@ -0,0 +1,15 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}
+
+# vim: ts=2 sw=2 et: