post_install() { update-desktop-database /usr/share/applications update-mime-database /usr/share/mime gtk-update-icon-cache -t /usr/share/icons/ } post_upgrade() { post_install } post_remove() { post_install }