summaryrefslogtreecommitdiff
path: root/extra/xfce4-weather-plugin/xfce4-weather-plugin.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xfce4-weather-plugin/xfce4-weather-plugin.install')
-rw-r--r--extra/xfce4-weather-plugin/xfce4-weather-plugin.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xfce4-weather-plugin/xfce4-weather-plugin.install b/extra/xfce4-weather-plugin/xfce4-weather-plugin.install
index b0b7f29d1..e4f8fd06c 100644
--- a/extra/xfce4-weather-plugin/xfce4-weather-plugin.install
+++ b/extra/xfce4-weather-plugin/xfce4-weather-plugin.install
@@ -1,13 +1,13 @@
-#!/bin/sh
-
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ post_install
}
+
+# vim:set ts=2 sw=2 et: