summarylogtreecommitdiffstats
path: root/ccid-morpho.install
diff options
context:
space:
mode:
Diffstat (limited to 'ccid-morpho.install')
-rw-r--r--ccid-morpho.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/ccid-morpho.install b/ccid-morpho.install
new file mode 100644
index 000000000000..768c63f78630
--- /dev/null
+++ b/ccid-morpho.install
@@ -0,0 +1,15 @@
+## 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 " $ systemctl start pcscd"
+ echo "--"
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ post_install
+}
+