From 7b7a5049a9808f028273a876d8d2f6f11d4ada9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 26 Mar 2015 17:47:38 +0100 Subject: Add missing #DEBHELPER# to preinst/postinst/prerm/postrm scripts on Debian and Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../maverick/applications/smartcardauth/debian/smartcardauth.postinst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ubuntu/maverick/applications/smartcardauth') 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 -- cgit v1.2.3