summaryrefslogtreecommitdiffstats
path: root/rtorrent-color/rtorrent-color.install
diff options
context:
space:
mode:
Diffstat (limited to 'rtorrent-color/rtorrent-color.install')
-rw-r--r--rtorrent-color/rtorrent-color.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/rtorrent-color/rtorrent-color.install b/rtorrent-color/rtorrent-color.install
new file mode 100644
index 0000000..86facb4
--- /dev/null
+++ b/rtorrent-color/rtorrent-color.install
@@ -0,0 +1,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
+}
+