summaryrefslogtreecommitdiffstats
path: root/rtorrent-color/rtorrent-color.install
blob: 86facb40784d9a8d95946d444377f36d773d7508 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo ""
    echo "Set colors using the options below in .rtorrent.rc:"
    echo "Options: done_fg_color, done_bg_color, active_fg_color, active_bg_color"
    echo "Colors: 0 = black 1 = red 2 = green 3 = yellow 4 = blue 5 = magenta 6 = cyan 7 = white"
    echo "Example: done_fg_color = 1"
}
post_upgrade() { 
  post_install
}