summaryrefslogtreecommitdiff
path: root/debian/libnss-mapuser.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libnss-mapuser.postinst')
-rw-r--r--debian/libnss-mapuser.postinst14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/libnss-mapuser.postinst b/debian/libnss-mapuser.postinst
deleted file mode 100644
index 3220f99..0000000
--- a/debian/libnss-mapuser.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# postinst script for libnss-mapuser
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# needed for install, upgrade, remove, and purge, including aborts
-pam-auth-update --package
-
-
-#DEBHELPER#
-
-exit 0