summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-11-19 18:42:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-11-19 18:42:06 -0600
commit3394f7fbe995fe0a421e4b9f4b9577ffa5d75cd4 (patch)
tree251bf35e024d547e993e50284e6f3f7917af0f77
parent5a10306dfa67ead7a448332ad87a1dace3f4fe1f (diff)
downloadtde-packaging-3394f7fbe995fe0a421e4b9f4b9577ffa5d75cd4.tar.gz
tde-packaging-3394f7fbe995fe0a421e4b9f4b9577ffa5d75cd4.zip
Remove obsolete postinst file for smartcardauth on Debian and Ubuntu
-rw-r--r--debian/lenny/applications/smartcardauth/debian/smartcardauth.postinst11
-rw-r--r--debian/squeeze/applications/smartcardauth/debian/smartcardauth.postinst11
-rw-r--r--ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst11
3 files changed, 0 insertions, 33 deletions
diff --git a/debian/lenny/applications/smartcardauth/debian/smartcardauth.postinst b/debian/lenny/applications/smartcardauth/debian/smartcardauth.postinst
deleted file mode 100644
index f9ef17d78..000000000
--- a/debian/lenny/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
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
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