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