post_install() {
  post_remove

  cat << EOF

>>> For installing some sample presets in ~/.miniComputer, use
>>>   /usr/share/minicomputer/installpresets.sh
>>>
>>> Use "minicomputer" to start the engine and the GUI
>>> Documentation can be found in /usr/share/doc/minicomputer/Manual.pdf

EOF
}

post_upgrade() {
  post_remove
}

post_remove() {
  update-desktop-database -q
}