# Pastebin awhowbLp pkg_postinst_mypackage () { #!/bin/sh die() { echo "$@" 1>&2 exit 1 } somecommand || die "failed to do something" }