summaryrefslogtreecommitdiff
path: root/courier-authlib/courier-authlib.install
blob: 6a7f4b3855d7311e93f5c25336baa5a1c2ff237b (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() {
  userdel courier
}