summaryrefslogtreecommitdiff
path: root/community/kmymoney/kmymoney.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/kmymoney/kmymoney.install')
-rw-r--r--community/kmymoney/kmymoney.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/kmymoney/kmymoney.install b/community/kmymoney/kmymoney.install
new file mode 100644
index 000000000..f7f5bd0bf
--- /dev/null
+++ b/community/kmymoney/kmymoney.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}