summarylogtreecommitdiffstats
path: root/tracktion.install
blob: be8e7c540547ee231f68d9d5f9f3491167fd37d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    update-mime-database -n usr/share/mime
    update-desktop-database -q
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}