summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/applications/smartcardauth/debian/smartcardauth.postinst
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2014-03-16 13:01:25 +0100
committerFrançois Andriot <[email protected]>2014-03-16 13:01:25 +0100
commitac9528cdc30a02a5de9bee61d984ce5e887738db (patch)
treeda0d46e2887ebd9ff3322d7b5c751d29b2086085 /ubuntu/lucid_automake/applications/smartcardauth/debian/smartcardauth.postinst
parent86edbad7c86151df1ff3ba015b466a634920e3e7 (diff)
parentf923c3ffdf627da3a7637db245b24b9f29f7c6a1 (diff)
downloadtde-packaging-ac9528cdc30a02a5de9bee61d984ce5e887738db.tar.gz
tde-packaging-ac9528cdc30a02a5de9bee61d984ce5e887738db.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/lucid_automake/applications/smartcardauth/debian/smartcardauth.postinst')
-rwxr-xr-xubuntu/lucid_automake/applications/smartcardauth/debian/smartcardauth.postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/ubuntu/lucid_automake/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/lucid_automake/applications/smartcardauth/debian/smartcardauth.postinst
deleted file mode 100755
index 842e0017d..000000000
--- a/ubuntu/lucid_automake/applications/smartcardauth/debian/smartcardauth.postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-set -e
-
-if [[ $1 = "configure" ]]; then
- /usr/bin/setupcard.sh upgrade
-fi
-
-