summarylogtreecommitdiffstats
path: root/x4daemon.install
blob: 0b553eba96a5d98812957bf0f19fc177b561f96b (plain)
1
2
3
4
5
6
7
8
9
10
11
## arg 1:  the new package version
post_install() {
        echo "For initscripts users:"
	echo "Don't forget to add x4daemon to DAEMONS array in /etc/rc.conf."
	echo "If you want to start x4daemon now, use 'sudo rc.d start x4daemon'."
        echo "For systemd users:"
        echo "Don't forget to enable x4daemon: 'sudo systemctl enable x4daemon.service'."
	echo "If you want to start x4daemon now use 'sudo systemctl start x4daemon.service'."
}

# vim:set ts=2 sw=2 et: