summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJeroen Nijhof <jeroen@jeroennijhof.nl>2013-03-22 15:14:22 +0100
committerJeroen Nijhof <jeroen@jeroennijhof.nl>2013-03-22 15:14:22 +0100
commit00a5a420ef6d782177cd4aca26f10514eec06d82 (patch)
tree52a9e9966752dd4e4278fb34c1b042460cb8db98 /debian/postinst
parent4748dc2ce443233862be6749900458b959790a96 (diff)
downloadpam_tacplus-00a5a420ef6d782177cd4aca26f10514eec06d82.tar.gz
pam_tacplus-00a5a420ef6d782177cd4aca26f10514eec06d82.zip
Removed pam-auth-update and fixed repo location
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index bc65706..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# postinst script for libpam-tacplus
-#
-# see: dh_installdeb(1)
-
-set -e
-
-pam-auth-update --package
-
-#DEBHELPER#