summarylogtreecommitdiffstats
path: root/mailpile.install
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-18 10:03:33 +0100
committerDaniel Peukert2020-01-18 10:03:33 +0100
commita45866aeba74940a03bb98d507068cb485c36b3f (patch)
tree6f7d014ad8795d930045c618acd33c79e4ab00bb /mailpile.install
parent9d7bc40bb0438801f51787ef054cbac9d74863f9 (diff)
downloadaur-a45866aeba74940a03bb98d507068cb485c36b3f.tar.gz
Added install instructions
Diffstat (limited to 'mailpile.install')
-rw-r--r--mailpile.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/mailpile.install b/mailpile.install
new file mode 100644
index 000000000000..704b8383fa47
--- /dev/null
+++ b/mailpile.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo '==> A systemd service file has been installed, enable it with:'
+ echo '==> systemctl enable --now mailpile.service'
+}
+
+post_remove() {
+ systemctl disable --now mailpile.service > '/dev/null' 2>&1
+}