summarylogtreecommitdiffstats
path: root/esekeyd.install
blob: 1b78abd291df2ea3b884fcf80ef1647d20e3956c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
}