From 0cf700f49d6437ea21867ae6300c7056eadfbd97 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 5 Jul 2021 00:28:13 +0900 Subject: Rearranged applications folder into sub categories. Signed-off-by: Michele Calgaro --- .../applications/smartcardauth/debian/smartcardauth.postinst | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ubuntu/_base/applications/smartcardauth/debian/smartcardauth.postinst (limited to 'ubuntu/_base/applications/smartcardauth/debian/smartcardauth.postinst') diff --git a/ubuntu/_base/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/_base/applications/smartcardauth/debian/smartcardauth.postinst deleted file mode 100644 index f9ef17d78..000000000 --- a/ubuntu/_base/applications/smartcardauth/debian/smartcardauth.postinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -e - -if [[ $1 = "configure" ]]; then - /usr/bin/setupcard.sh upgrade -fi - -#DEBHELPER# - -exit 0 -- cgit v1.2.1