post_install() {
  cat <<- EOF

Presets are located in the following directory:

  /usr/share/js80p/presets

EOF
}

post_upgrade() {
  post_install
}
