diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-20 23:01:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-20 23:01:53 +0000 |
commit | b45baead49d8c82d8bd654b20a3645dad896412b (patch) | |
tree | d699c7a0c6c8c183838f008f49003354f93ae058 /debian/smartcardauth.postinst | |
parent | 099f1b592a9f136c18e0ed4e45e5c046e74c5513 (diff) | |
download | smartcardauth-b45baead49d8c82d8bd654b20a3645dad896412b.tar.gz smartcardauth-b45baead49d8c82d8bd654b20a3645dad896412b.zip |
Remove debian directory from smartcardauth
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254704 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'debian/smartcardauth.postinst')
-rwxr-xr-x | debian/smartcardauth.postinst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/smartcardauth.postinst b/debian/smartcardauth.postinst deleted file mode 100755 index 842e001..0000000 --- a/debian/smartcardauth.postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -e - -if [[ $1 = "configure" ]]; then - /usr/bin/setupcard.sh upgrade -fi - - |