From 38b1ce25596ae456fefb3214a73c3d1005da568f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Oct 2013 01:05:02 -0700 Subject: Tue Oct 29 01:04:23 PDT 2013 --- core/pam/pam.install | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 core/pam/pam.install (limited to 'core/pam/pam.install') diff --git a/core/pam/pam.install b/core/pam/pam.install deleted file mode 100644 index 55ea99700..000000000 --- a/core/pam/pam.install +++ /dev/null @@ -1,12 +0,0 @@ -# arg 1: the new package version -post_install() { - # need to run this immediately -- pacman only runs it at the end of - # all package installs - usr/bin/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