summarylogtreecommitdiffstats
path: root/crawl-git.install
blob: 53ab64e60f17eb1afaf1b2c928bc738e0c000178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_exec_location_message() {
	cat << EOM

>>> Executables have been installed as 'go-crawl' and 'go-links' to avoid
>>> file name conflict with 'links' from core repository.

EOM
}

post_install() {
	_exec_location_message
}

post_upgrade() {
	_exec_location_message
}