updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / scmccid / scmccid.install
blob241112460f0f0243fca6526837b87cd5652617cb
2 ## arg 1:  the new package version
3 post_install() {
4   echo "You can customize some of the settings in /usr/local/scm/ini/scmccid.ini In order to do that, take a look to the /usr/local/scm/ReadmeFirst.txt file."
5   echo "Now you  will need to restart the pcsclite daemon."
8 ## arg 1:  the new package version
9 ## arg 2:  the old package version
10 post_upgrade() {
11   echo "You can customize some of the settings in /usr/local/scm/ini/scmccid.ini In order to do that, take a look to the /usr/local/scm/ReadmeFirst.txt file."
12   echo "Now you  will need to restart the pcsclite daemon."
16 # vim:set ts=2 sw=2 et: