1 2 3 4 5 6 7 8 9 10 11 12 13 14
# 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: