From 02dc85a95b228b7242b0d11ea35619faad96db03 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 10 Sep 2012 16:16:32 -0500 Subject: Split precise from maverick --- .../applications/smartcardauth/debian/smartcardauth.postinst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ubuntu/precise/applications/smartcardauth/debian/smartcardauth.postinst (limited to 'ubuntu/precise/applications/smartcardauth/debian/smartcardauth.postinst') diff --git a/ubuntu/precise/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/precise/applications/smartcardauth/debian/smartcardauth.postinst new file mode 100755 index 000000000..842e0017d --- /dev/null +++ b/ubuntu/precise/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