From 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 28 Mar 2013 14:13:18 -0500 Subject: Split raring packaging into new directory due to defoma changes --- .../applications/smartcardauth/debian/smartcardauth.postinst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ubuntu/raring/applications/smartcardauth/debian/smartcardauth.postinst (limited to 'ubuntu/raring/applications/smartcardauth/debian/smartcardauth.postinst') diff --git a/ubuntu/raring/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/raring/applications/smartcardauth/debian/smartcardauth.postinst new file mode 100755 index 000000000..842e0017d --- /dev/null +++ b/ubuntu/raring/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