summarylogtreecommitdiffstats
path: root/pyroscope.install
blob: be4ed5027ac00cbcc99bd4ac01c3e5736a6720bb (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo
    echo " An updated rtorrent.rc file is installed to"
    echo " /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
}
post_upgrade() {
    post_install
}