summarylogtreecommitdiffstats
path: root/mime-archpkg.install
blob: 08db0418da76a90cdc609207b8f86e97f537b55f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
   mime-archpkg -u
}

post_upgrade() {
   mime-archpkg -r
   mime-archpkg -u
}

post_remove() {
   mime-archpkg -r
}