summarylogtreecommitdiffstats
path: root/interception-caps2esc-delay-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'interception-caps2esc-delay-git.install')
-rw-r--r--interception-caps2esc-delay-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/interception-caps2esc-delay-git.install b/interception-caps2esc-delay-git.install
new file mode 100644
index 000000000000..905ac5eb603a
--- /dev/null
+++ b/interception-caps2esc-delay-git.install
@@ -0,0 +1,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"
+}