summarylogtreecommitdiffstats
path: root/rtorrent-vi-color.install
blob: 09b04272954d285653766f47e3a255440094bd22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}