summarylogtreecommitdiffstats
path: root/antimicro.install
diff options
context:
space:
mode:
Diffstat (limited to 'antimicro.install')
-rw-r--r--antimicro.install12
1 files changed, 4 insertions, 8 deletions
diff --git a/antimicro.install b/antimicro.install
index b5cadcc4fd7e..ad78f0bae313 100644
--- a/antimicro.install
+++ b/antimicro.install
@@ -1,16 +1,12 @@
post_install() {
- xdg-icon-resource forceupdate
+ update-mime-database usr/share/mime
+ update-desktop-database -q
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- post_install $1
+ post_install
}
-
-op=$1
-shift
-
-$op $*