post_install() {
    xdg-icon-resource forceupdate
}

post_upgrade() {
    post_install
}

post_remove() {
    xdg-icon-resource forceupdate
}
