summarylogtreecommitdiffstats
path: root/mime-archpkg.install
diff options
context:
space:
mode:
Diffstat (limited to 'mime-archpkg.install')
-rw-r--r--mime-archpkg.install9
1 files changed, 2 insertions, 7 deletions
diff --git a/mime-archpkg.install b/mime-archpkg.install
index 08db0418da76..3377ad8c5476 100644
--- a/mime-archpkg.install
+++ b/mime-archpkg.install
@@ -1,12 +1,7 @@
post_install() {
- mime-archpkg -u
+ mime-archpkg -a
}
-post_upgrade() {
- mime-archpkg -r
- mime-archpkg -u
-}
-
-post_remove() {
+pre_remove() {
mime-archpkg -r
}