post_install() { [ -x usr/bin/update-desktop-database ] && update-desktop-database -q [ -x usr/bin/update-mime-database ] && update-mime-database usr/share/mime } post_upgrade() { post_install } post_remove() { post_install }