summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/smartcardauth
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/applications/smartcardauth')
-rw-r--r--ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst11
1 files changed, 0 insertions, 11 deletions
diff --git a/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst
deleted file mode 100644
index f9ef17d78..000000000
--- a/ubuntu/maverick/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