# arg 1:  the new package version
post_install() {
  cat << EOF

==>   To enable the proaudio-settings
==>         #systemctl enable parabola-proaudio-settings.service

EOF
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  cat << EOF

==>   To enable the proaudio-settings
==>         #systemctl enable parabola-proaudio-settings.service


EOF
}

op=$1
shift
$op $*