summaryrefslogtreecommitdiff
path: root/debian/prerm
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/prerm
parent4748dc2ce443233862be6749900458b959790a96 (diff)
downloadpam_tacplus-00a5a420ef6d782177cd4aca26f10514eec06d82.tar.gz
pam_tacplus-00a5a420ef6d782177cd4aca26f10514eec06d82.zip
Removed pam-auth-update and fixed repo location
Diffstat (limited to 'debian/prerm')
-rw-r--r--debian/prerm12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/prerm b/debian/prerm
deleted file mode 100644
index f0ab388..0000000
--- a/debian/prerm
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# prerm script for libpam-tacplus
-#
-# see: dh_installdeb(1)
-
-set -e
-
-if [ "$1" = remove ]; then
- pam-auth-update --package --remove tacplus
-fi
-
-#DEBHELPER#