summarylogtreecommitdiffstats
path: root/mime-archpkg.install
diff options
context:
space:
mode:
Diffstat (limited to 'mime-archpkg.install')
-rw-r--r--mime-archpkg.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mime-archpkg.install b/mime-archpkg.install
new file mode 100644
index 000000000000..08db0418da76
--- /dev/null
+++ b/mime-archpkg.install
@@ -0,0 +1,12 @@
+post_install() {
+ mime-archpkg -u
+}
+
+post_upgrade() {
+ mime-archpkg -r
+ mime-archpkg -u
+}
+
+post_remove() {
+ mime-archpkg -r
+}