post_install() {
echo "
Upon first exit, a configuration file
~/.config/yoshimi/yoshimi.config
will be written.
Thus, if the instrument banks are empty,
do one initial exit, then restart.
"
update-desktop-database -q
}
post_upgrade() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}