summaryrefslogtreecommitdiff
path: root/debian/libpam-cracklib.postinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-08-20 00:49:20 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:25 -0800
commit040a5b12c01d9a2692990ad0eaef4bee42a72fca (patch)
tree832ddb5f9f7a7ee09680ba8232538dfb0d63a827 /debian/libpam-cracklib.postinst
parent5ee1402be9da2d2b914c8a1de5935e61cdf6d103 (diff)
it would be good if I could remember the name of the script I just wrote
Diffstat (limited to 'debian/libpam-cracklib.postinst')
-rw-r--r--debian/libpam-cracklib.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-cracklib.postinst b/debian/libpam-cracklib.postinst
index ad174c45..35396718 100644
--- a/debian/libpam-cracklib.postinst
+++ b/debian/libpam-cracklib.postinst
@@ -3,7 +3,7 @@
set -e
if dpkg --compare-versions "$2" lt 1.0.1-3; then
- /usr/sbin/pam-auth-config --package
+ /usr/sbin/pam-auth-update --package
fi
#DEBHELPER#