diff options
Diffstat (limited to 'community/kbibtex/kbibtex.install')
-rw-r--r-- | community/kbibtex/kbibtex.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kbibtex/kbibtex.install b/community/kbibtex/kbibtex.install index 139cb5694..3f22aadfb 100644 --- a/community/kbibtex/kbibtex.install +++ b/community/kbibtex/kbibtex.install @@ -1,15 +1,15 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null update-mime-database usr/share/mime &> /dev/null update-desktop-database -q } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } # vim:set ts=2 sw=2 et: |