diff options
author | root <root@rshg047.dnsready.net> | 2011-06-21 23:04:10 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-21 23:04:10 +0000 |
commit | 17dec629d8a13d1981d734ddc703efb5382ca309 (patch) | |
tree | d0689d190de068c330b75edee00c4f327ac2d01a /extra/orage/orage.install | |
parent | f02c28de0bbcb85e152fc19d0008805021fe1a33 (diff) |
Tue Jun 21 23:04:10 UTC 2011
Diffstat (limited to 'extra/orage/orage.install')
-rw-r--r-- | extra/orage/orage.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/orage/orage.install b/extra/orage/orage.install index 21b79d2d4..236856c64 100644 --- a/extra/orage/orage.install +++ b/extra/orage/orage.install @@ -1,11 +1,12 @@ post_install() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } post_upgrade() { - post_install $1 + post_install } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + post:install } |