summarylogtreecommitdiffstats
path: root/ccid-morpho.install
diff options
context:
space:
mode:
Diffstat (limited to 'ccid-morpho.install')
-rw-r--r--ccid-morpho.install12
1 files changed, 7 insertions, 5 deletions
diff --git a/ccid-morpho.install b/ccid-morpho.install
index 768c63f78630..fd6cad14f105 100644
--- a/ccid-morpho.install
+++ b/ccid-morpho.install
@@ -1,15 +1,17 @@
## arg 1: the new package version
post_install() {
- echo "--"
- echo " You may have to enable and start pcscd (pcsclite) service, e.g."
- echo " $ systemctl enable pcscd"
+ echo "--"
+ echo "You may have to enable and start pcscd (pcsclite) service, e.g."
+ echo " $ systemctl enable pcscd"
echo " $ systemctl start pcscd"
- echo "--"
+ echo "If it's already running then you need restart it."
+ echo " $ systemctl restart pcscd"
+ echo "--"
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
- post_install
+ post_install
}