PKGBUILDs/extra/transmission-cli/transmission-cli.install
2009-10-09 21:23:22 -05:00

9 lines
209 B
Text

post_install() {
cat << _EOF
If you want to run the Transmission daemon at boot,
add transmissiond to the DAEMONS array in /etc/rc.conf.
You have to set the user in /etc/conf.d/transmissiond.
_EOF
}