summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/applications/smartcardauth
diff options
context:
space:
mode:
Diffstat (limited to 'debian/squeeze/applications/smartcardauth')
-rw-r--r--debian/squeeze/applications/smartcardauth/debian/smartcardauth.postinst11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/squeeze/applications/smartcardauth/debian/smartcardauth.postinst b/debian/squeeze/applications/smartcardauth/debian/smartcardauth.postinst
deleted file mode 100644
index f9ef17d78..000000000
--- a/debian/squeeze/applications/smartcardauth/debian/smartcardauth.postinst
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-set -e
-
-if [[ $1 = "configure" ]]; then
- /usr/bin/setupcard.sh upgrade
-fi
-
-#DEBHELPER#
-
-exit 0