blob: c85e3c993fc5e6792670c67d7a8263bcb5f89886 (
plain)
1
2
3
4
5
6
|
post_install() {
echo "On first install, you need to copy the default config from"
echo "/usr/share/doc/rtorrent/rtorrent.rc to /var/lib/rtorrent"
echo "and adjust it to your liking."
echo "Refer to https://wiki.archlinux.org/title/RTorrent for further instructions."
}
|