summarylogtreecommitdiffstats
path: root/cie-middleware.install
diff options
context:
space:
mode:
Diffstat (limited to 'cie-middleware.install')
-rw-r--r--cie-middleware.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/cie-middleware.install b/cie-middleware.install
new file mode 100644
index 000000000000..c5c046287fb2
--- /dev/null
+++ b/cie-middleware.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "==> To interact with the CIE smartcard the pcsclite daemon has to be started, with e.g."
+ echo "==> # systemctl start pcscd.service"
+}
+
+post_upgrade() {
+ post_install
+}
+