summarylogtreecommitdiffstats
path: root/dispad.install
diff options
context:
space:
mode:
authorLamelos2018-11-07 09:05:30 +0100
committerThomas Rijpstra2018-11-07 09:28:06 +0100
commit2b7821950313878a0ac9f3373fba4a5974ff23ca (patch)
tree4d61bd1a12735558ef08d163906efe996f8bc822 /dispad.install
downloadaur-2b7821950313878a0ac9f3373fba4a5974ff23ca.tar.gz
Initial commit
Diffstat (limited to 'dispad.install')
-rw-r--r--dispad.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/dispad.install b/dispad.install
new file mode 100644
index 000000000000..5d2cac1fea8c
--- /dev/null
+++ b/dispad.install
@@ -0,0 +1,15 @@
+post_install() {
+ printf "\nExample configuration can be found at /etc/dispad/dispad.conf.example and can optionally be copied to ~/.dispad\n"
+ printf "\nTo use dispad, start with:\n"
+ printf "systemctl --user start dispad\n"
+ printf "\nAutostart on login:\n"
+ printf "systemctl --user enable dispad\n"
+ printf "\n"
+}
+
+post_upgrade() {
+ printf "\nRemember to reload systemd user daemons before restarting dispad\n"
+ printf "systemctl --user daemon-reload\n"
+ printf "systemctl --user restart dispad\n"
+ printf "\n"
+}