summarylogtreecommitdiffstats
path: root/openssh-ldap-publickey.install
blob: ea8fa24e540bb62b55200463574aa6da5a7dac86 (plain)
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: