summarylogtreecommitdiffstats
path: root/pyroscope.install
blob: 0b9e82022fb29bd2d203d898848d269d9f51242f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo
    echo " An updated rtorrent.rc file is provided at /usr/share/doc/rtorrent/rtorrent.rc.sample"
    echo " If you wish to use the pyrocore tools, you'll want to read"
    echo " https://code.google.com/p/pyroscope/wiki/UserConfiguration"
    echo " A bootstrap script is provided at /usr/share/doc/rtorrent/bootstrap.sh"
    echo " Run it as the user who will be using rtorrent"
    echo
}

# post_upgrade() {
#     post_install
# }