post_install() {
    gtk-update-icon-cache -q /usr/share/icons/hicolor/
}

post_update() {
    post_install
}

post_remove() {
    post_install
}

