updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / selinux-pam / pam.install
blob9d4588084860076d4f856d1bd6ce10af7e48ef14
1 # arg 1:  the new package version
2 post_install() {
3   # need to run this immediately -- pacman only runs it at the end of
4   # all package installs
5   /sbin/ldconfig -r .
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade() {
11   post_install $1