summarylogtreecommitdiffstats
path: root/rtorrent-vi-color.install
diff options
context:
space:
mode:
authornemesys2015-06-20 02:14:55 -0400
committernemesys2015-06-20 02:14:55 -0400
commitfdbea4d1c293617172978c4c63238adf5e59a889 (patch)
treedc2ab6bd206aa191f92d2ad36511c09341ccb3af /rtorrent-vi-color.install
downloadaur-fdbea4d1c293617172978c4c63238adf5e59a889.tar.gz
Initial commit
Diffstat (limited to 'rtorrent-vi-color.install')
-rwxr-xr-xrtorrent-vi-color.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/rtorrent-vi-color.install b/rtorrent-vi-color.install
new file mode 100755
index 000000000000..09b04272954d
--- /dev/null
+++ b/rtorrent-vi-color.install
@@ -0,0 +1,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
+}
+