aboutsummarylogtreecommitdiffstats
path: root/dtboost.install
blob: 116a3c9b9903180d22516ad999d792d76163376b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	echo "Please consider review of /etc/dtboost.conf, read comments included there"
	echo "If you are using systemd, you need to enable dtboost like:"
	echo "'systemctl enable dtboost.service' and/or 'systemctl start dtboost'"
	#echo "If you are still using initscripts instead, you need to have dtboost among deamons in /etc/rc.conf, like:"
	#echo "DAEMONS=(aaaa bbbb dtboost)"

	test -e /etc/dtboost.conf.pacnew && chmod 644 /etc/dtboost.conf.pacnew
	chmod 644 /etc/dtboost.conf
}

post_upgrade() {
	#post_install
	/bin/true
}