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, 0 insertions, 14 deletions
diff --git a/community-staging/skrooge/skrooge.install b/community-staging/skrooge/skrooge.install
deleted file mode 100644
index 050474c59..000000000
--- a/community-staging/skrooge/skrooge.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-}