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, 0 insertions, 11 deletions
diff --git a/rtorrent-color/rtorrent-color.install b/rtorrent-color/rtorrent-color.install
deleted file mode 100644
index 86facb4..0000000
--- a/rtorrent-color/rtorrent-color.install
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-}
-