summarylogtreecommitdiffstats
path: root/mate-xfce4-panel-plugin-loader-applet.install
diff options
context:
space:
mode:
Diffstat (limited to 'mate-xfce4-panel-plugin-loader-applet.install')
-rw-r--r--mate-xfce4-panel-plugin-loader-applet.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/mate-xfce4-panel-plugin-loader-applet.install b/mate-xfce4-panel-plugin-loader-applet.install
new file mode 100644
index 000000000000..725b5f1fd9e1
--- /dev/null
+++ b/mate-xfce4-panel-plugin-loader-applet.install
@@ -0,0 +1,14 @@
+post_install()
+{
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}