summarylogtreecommitdiffstats
path: root/interception-caps2esc-delay-git.install
blob: 905ac5eb603ae9a5c95daa75a613bf0bd5496a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
_pkgname=interception-caps2esc-delay-git
_realname=interception-caps2esc

post_install() {
  echo -ne "\e[34;1m"
  echo "=== INSTALLATION NOTES for $_pkgname ==="
  echo -ne "\e[39;1m"
  echo "An example configuration file has been installed at /usr/share/doc/${_realname}/udevmon.example.yaml"
  echo "You can copy it to /etc/udevmon.yaml and restart udevmon.service"
  echo -ne "\e[0m"
}