From 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 16:17:43 -0500 Subject: Initial import from old SVN repository Note that only the Debian and Ubuntu folders were preserved --- .../applications/smartcardauth/debian/smartcardauth.postinst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst (limited to 'ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst') diff --git a/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst new file mode 100755 index 000000000..842e0017d --- /dev/null +++ b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +if [[ $1 = "configure" ]]; then + /usr/bin/setupcard.sh upgrade +fi + + -- cgit v1.2.1