summaryrefslogtreecommitdiff
path: root/community/kbibtex/kbibtex.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/kbibtex/kbibtex.install')
-rw-r--r--community/kbibtex/kbibtex.install15
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: