summarylogtreecommitdiffstats
path: root/xame.install
blob: dfd5c2abc52d770ca2089b5e1049820d1d379248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
    if [ -f update-desktop-database ]; then
        update-desktop-database -q &> /dev/null
    fi
}

post_upgrade() {
    post_install $1
}

pre_remove() {
    post_install $1
}