summarylogtreecommitdiffstats
path: root/rtorrent-vi-color.install
blob: 48aeaf94060d06ed732c6f34372bc66da01a4b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo ""
    echo "Set colors using the options below in .rtorrent.rc:"
    echo "Options: color_active_fg, color_inactive_fg, color_dead_fg, color_finished_fg"
    echo "Options: color_active_bg, color_inactive_bg, color_dead_bg, color_finished_bg"
    echo "Colors: 0 = black 1 = red 2 = green 3 = yellow 4 = blue 5 = magenta 6 = cyan 7 = white"
    echo "Example: color_finished_fg = 1"
}

post_upgrade() {
  post_install
}