summarylogtreecommitdiffstats
path: root/xfce4-indicator-plugin.install
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-indicator-plugin.install')
-rw-r--r--xfce4-indicator-plugin.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/xfce4-indicator-plugin.install b/xfce4-indicator-plugin.install
new file mode 100644
index 000000000000..2c455e952b7b
--- /dev/null
+++ b/xfce4-indicator-plugin.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}