summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst
blob: 842e0017dd6b8f5d7e449fc6aac9acbedade922f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

if [[ $1 = "configure" ]]; then
	/usr/bin/setupcard.sh upgrade
fi