summarylogtreecommitdiffstats
path: root/archmap-git.install
blob: a6e70d2aa3f7ce61b5b54afae9a8b01df8a219d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	cat <<EOF
==> Copy the template config from /usr/share/doc/archmap.conf to /etc
==> and edit the paths. Enable and start archmap.timer to generate a
==> new map every 24 hours.
EOF
}

post_upgrade() {
	post_install
}