summarylogtreecommitdiffstats
path: root/vidcutter.install
blob: 70bf70dae7863f7981c7f654d740939c3e6e9a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    update-desktop-database -q
    update-mime-database /usr/share/mime
    xdg-icon-resource install --noupdate --context mimetypes --size 128 /usr/share/icons/hicolor/128x128/apps/vidcutter.png application-x-vidcutter
    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}