# arg 1:  the new package version
post_install() {
  echo ">> Documentation: https://github.com/AndriiGrytsenko/openssh-ldap-publickey/blob/master/README.md"
}

post_upgrade() {
  post_install $1
}

post_remove() {
  echo
}

# vim:set ts=2 sw=2 et: