diff options
Diffstat (limited to 'community/kbibtex/kbibtex.install')
-rw-r--r-- | community/kbibtex/kbibtex.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/kbibtex/kbibtex.install b/community/kbibtex/kbibtex.install new file mode 100644 index 000000000..139cb5694 --- /dev/null +++ b/community/kbibtex/kbibtex.install @@ -0,0 +1,15 @@ +post_install() { + 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_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: |