post_install() {
  echo
  echo ">> Sample keyfile test_rsa.key has been installed to /usr/share/pshitt"
}

post_upgrade() {
  post_install "$@"
}
