summarylogtreecommitdiffstats
path: root/archipel-agent.install
blob: 1eea7d18d265892f167c3a3f1af0546379050dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}