diff options
Diffstat (limited to 'ubuntu/maverick/applications/smartcardauth')
-rw-r--r-- | ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst index 842e0017d..f9ef17d78 100644 --- a/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst +++ b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst @@ -6,4 +6,6 @@ if [[ $1 = "configure" ]]; then /usr/bin/setupcard.sh upgrade fi +#DEBHELPER# +exit 0 |