From 807f42c30ddb00c4e2d4034ce1720d7cb494e074 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 28 Oct 2011 23:14:50 +0000 Subject: Fri Oct 28 23:14:50 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