summarylogtreecommitdiffstats
path: root/netatalk-ddp.install
blob: 1f9e26cd7d3a04a3454109a9e55ce7f3ab25ce86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	post_upgrade
}
post_upgrade() {
	if [ "`grep -E '(cnid|atalkd|afpd)' /etc/rc.conf`" ];then
	echo '>>> Detected old netatalk daemon entries in';
	echo '>>> /etc/rc.conf, please replace these with';
	echo '>>> "netatalk" before restarting!';
	echo '>>>';
	if [ -f /etc/avahi/services/adisk.service ] ||
	[ -f /etc/avahi/services/afpd.service ];then
	echo '>>> Detected old netatalk service files in';
	echo '>>> /etc/avahi/services, please delete these';
	echo '>>> before restarting!';fi
}