summarylogtreecommitdiffstats
path: root/mmass.install
blob: fc65fe7c6b7dae750dab90ddf35ddc3b91387a45 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    update-mime-database /usr/share/mime
    update-desktop-database /usr/share/applications
}
post_upgrade() {
    post_install
}
post_remove() {
    post_install
}