diff options
Diffstat (limited to 'community/guake/guake.install')
-rwxr-xr-x | community/guake/guake.install | 5 |
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 +} |