summaryrefslogtreecommitdiff
path: root/community/sawfish/sawfish.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/sawfish/sawfish.install')
-rw-r--r--community/sawfish/sawfish.install5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/sawfish/sawfish.install b/community/sawfish/sawfish.install
index 340fe8596..3b43a7466 100644
--- a/community/sawfish/sawfish.install
+++ b/community/sawfish/sawfish.install
@@ -14,5 +14,8 @@ post_upgrade() {
pre_remove() {
[ -x usr/bin/install-info ] || return 0
install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+} \ No newline at end of file