summaryrefslogtreecommitdiff
path: root/courier-authlib/courier-authlib.install
blob: 4d57a5537529aad6deb7e33e6778ab2ff7eeb19b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# arg 1:  the new package version
post_install() {
  # make sure the system can see authlib libraries
  ldconfig
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  post_install $1
}

post_remove() {
  getent passwd courier >/dev/null 2>&1 && userdel courier
}