summarylogtreecommitdiffstats
path: root/espanso-git.install
diff options
context:
space:
mode:
authorSefa Eyeoglu2019-10-08 19:40:44 +0200
committerSefa Eyeoglu2019-10-08 19:40:44 +0200
commit1a04d700b24b9c862bad9db6cda2f30f744c8fc7 (patch)
tree1ec1d56169bc5a93262ca2ea7f4d5ab047a13ea7 /espanso-git.install
downloadaur-1a04d700b24b9c862bad9db6cda2f30f744c8fc7.tar.gz
Initial release
Diffstat (limited to 'espanso-git.install')
-rw-r--r--espanso-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/espanso-git.install b/espanso-git.install
new file mode 100644
index 000000000000..aa071f60604b
--- /dev/null
+++ b/espanso-git.install
@@ -0,0 +1,5 @@
+function post_install {
+ echo "
+To start espanso automatically when you log in, enable the systemd user service: systemctl --user enable espanso.service
+"
+}