post_install() { update-desktop-database -q /usr/share/applications echo ' ' echo 'Before running materialize-bin please execute "materialize-bin --init" for every user who wants to use this software.' echo ' ' } post_upgrade() { post_install $1 } post_remove() { update-desktop-database -q /usr/share/applications } # vim:set ts=2 sw=2 et: