summarylogtreecommitdiffstats
path: root/vidcutter.install
blob: d5e2aee69f1a3cc609a54bbe6281c40d5b3fff9b (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    xdg-icon-resource forceupdate &> /dev/null
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}