From 067b127a853780b2b4ae7236dcdaaf72396dfa86 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Jul 2011 23:10:20 +0000 Subject: Sun Jul 3 23:10:20 UTC 2011 --- testing/pam/pam.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/pam/pam.install (limited to 'testing/pam/pam.install') diff --git a/testing/pam/pam.install b/testing/pam/pam.install new file mode 100644 index 000000000..9d4588084 --- /dev/null +++ b/testing/pam/pam.install @@ -0,0 +1,12 @@ +# arg 1: the new package version +post_install() { + # need to run this immediately -- pacman only runs it at the end of + # all package installs + /sbin/ldconfig -r . +} + +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + post_install $1 +} -- cgit v1.2.3-54-g00ecf