summaryrefslogtreecommitdiff
path: root/extra/xfce4-notifyd/xfce4-notifyd.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xfce4-notifyd/xfce4-notifyd.install')
-rw-r--r--extra/xfce4-notifyd/xfce4-notifyd.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/xfce4-notifyd/xfce4-notifyd.install b/extra/xfce4-notifyd/xfce4-notifyd.install
index fee9e5d11..abf924aa2 100644
--- a/extra/xfce4-notifyd/xfce4-notifyd.install
+++ b/extra/xfce4-notifyd/xfce4-notifyd.install
@@ -3,10 +3,12 @@ post_install() {
}
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: