summarylogtreecommitdiffstats
path: root/archipel-agent.install
diff options
context:
space:
mode:
authorSébastien Leduc2015-06-13 10:50:58 +0200
committerSébastien Leduc2015-06-13 10:50:58 +0200
commite5d4aa0fbfe194d91141236d101ed7da11f24e8d (patch)
tree04218ef975fe6f22db62e46e71a3bcd8c68819a7 /archipel-agent.install
downloadaur-e5d4aa0fbfe194d91141236d101ed7da11f24e8d.tar.gz
Initial import
Diffstat (limited to 'archipel-agent.install')
-rw-r--r--archipel-agent.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/archipel-agent.install b/archipel-agent.install
new file mode 100644
index 000000000000..1eea7d18d265
--- /dev/null
+++ b/archipel-agent.install
@@ -0,0 +1,23 @@
+post_install()
+{
+ cat <<- EOF
+ ==> You now need to edit /etc/archipel/archipel.conf top match your informations
+ ==> To start archipel just run
+ # systemctl start archipel-agent
+ ==> To enable archipel on boot:
+ # systemctl enable archipel-agent
+ EOF
+}
+
+post_upgrade()
+{
+ post_install $1
+}
+
+post_remove()
+{
+ cat <<- EOF
+ ==> You may safely delete Archipel Agent config and files:
+ # rm -rf /etc/archipel /var/lib/archipel
+ EOF
+}