summarylogtreecommitdiffstats
path: root/rhythmbox-plugin-alternative-toolbar.install
diff options
context:
space:
mode:
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: