summarylogtreecommitdiffstats
path: root/rtorrent-git.install
blob: d053eeee6f7e7da33bc652670ee98277ef42059f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo '==> If you would like to use wTorrent (http://wiki.archlinux.org/index.php/WTorrent),'
	echo '    please add the following line to your ~/.rtorrent.rc:'
	echo '	scgi_port = localhost:5000'
}

post_upgrade() {
	post_install
}