summarylogtreecommitdiffstats
path: root/esekeyd.install
diff options
context:
space:
mode:
Diffstat (limited to 'esekeyd.install')
-rw-r--r--esekeyd.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/esekeyd.install b/esekeyd.install
deleted file mode 100644
index 1b78abd291df..000000000000
--- a/esekeyd.install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-post_install() {
- cat<<INSTALLEOF
- Edit the example configuration file provided in /etc/esekeyd.conf and enable/start it using systemctl.
-INSTALLEOF
-}
-
-post_upgrade() {
- post_install
-}