summaryrefslogtreecommitdiff
path: root/community/guake/guake.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/guake/guake.install')
-rwxr-xr-xcommunity/guake/guake.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/guake/guake.install b/community/guake/guake.install
index 1e828c86b..8084333b1 100755
--- a/community/guake/guake.install
+++ b/community/guake/guake.install
@@ -2,6 +2,7 @@ pkgname=guake
post_install() {
usr/sbin/gconfpkg --install ${pkgname}
+ xdg-icon-resource forceupdate
}
pre_upgrade() {
@@ -15,3 +16,7 @@ post_upgrade() {
pre_remove() {
usr/sbin/gconfpkg --uninstall ${pkgname}
}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}