diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-18 21:12:15 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-18 21:12:15 -0300 |
commit | 437136a9d1b78ff4eea10589099d343c305b9d43 (patch) | |
tree | 603d509651d3c9f5115b3e1c074d9f8d3d3fa6e0 /extra/gnome-keyring/gnome-keyring.install | |
parent | 1b06975999d3c939ca811b49b6e731a4955a4684 (diff) | |
parent | 1a6ff4080dd35e884270c93c1cb270ce3a1d0919 (diff) |
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
Diffstat (limited to 'extra/gnome-keyring/gnome-keyring.install')
-rw-r--r-- | extra/gnome-keyring/gnome-keyring.install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/gnome-keyring/gnome-keyring.install b/extra/gnome-keyring/gnome-keyring.install index e899ab5a2..9635ee505 100644 --- a/extra/gnome-keyring/gnome-keyring.install +++ b/extra/gnome-keyring/gnome-keyring.install @@ -11,5 +11,8 @@ post_upgrade() { } post_remove() { - post_install $1 + glib-compile-schemas /usr/share/glib-2.0/schemas + update-mime-database /usr/share/mime 1> /dev/null + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-desktop-database -q } |