repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git]
/
rtorrent-git
/
rtorrent.install
blob
e15184230231f63848477fc6e098c27fe4e1c1ca
1
post_install() {
2
echo "=> If you would like to use wTorrent (http://wiki.archlinux.org/index.php/WTorrent)"
3
echo "=> Please add the following line to your ~/.rtorrent.rc"
4
echo "scgi_port = localhost:5000"
5
}
6
7
post_upgrade() {
8
post_install
9
}