summarylogtreecommitdiffstats
path: root/mime-archpkg.install
blob: 0f5ab7bd35683bf6d4d0dce95428e55ed2bbc998 (plain)
1
2
3
4
5
6
7
post_install() {
   mime-archpkg -a
}

pre_remove() {
   mime-archpkg -d
}