summarylogtreecommitdiffstats
path: root/esekeyd.install
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-10-21 08:32:25 -0200
committerGiancarlo Razzolini2016-10-21 08:32:25 -0200
commitc376036c5b9a3f2d2ebcb59e9255b20e23d89d25 (patch)
treec089514296b734ea085ffbce95d3ca9f8d5306cc /esekeyd.install
parentd7df3b289ec91ea31bea58437c02cd146210c6fe (diff)
downloadaur-esekeyd.tar.gz
* Removal of the install file.
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
-}