diff options
author | root <root@rshg054.dnsready.net> | 2012-07-19 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-19 00:01:52 +0000 |
commit | 6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch) | |
tree | 4c1b86f91ce9c742867b6eecd4857b20919cd713 /community/glom/glom.install | |
parent | 63d179775e063452db6358e15b9847e7fc6c84b6 (diff) |
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'community/glom/glom.install')
-rw-r--r-- | community/glom/glom.install | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/glom/glom.install b/community/glom/glom.install index 1ad77f9aa..2b88145e3 100644 --- a/community/glom/glom.install +++ b/community/glom/glom.install @@ -5,11 +5,9 @@ post_install() { } post_upgrade() { - post_install $1 + post_install } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - update-mime-database usr/share/mime > /dev/null + post_install } |