post_install() {
	echo "==> Don't forget to see /usr/share/doc/laptop-script/INSTALLATION"
 	echo "==> and add DAEMONS=(... laptop-script ...) to your /etc/rc.conf."
}

post_upgrade() {
	echo "==> Configuration file changed since version 1.2"
	echo "==> Check /usr/share/doc/laptop-script/INSTALLATION"
 	echo "==> and add DAEMONS=(... laptop-script ...) to your /etc/rc.conf."
}
