post_install() {
    [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}
