Remove shell setup for rtorrent

This commit is contained in:
2018-07-19 22:39:58 +01:00
parent 3e82b8bffa
commit 833562ea62
2 changed files with 0 additions and 8 deletions

View File

@@ -48,7 +48,6 @@ source "$DOTSHELL/google-cloud.sh"
source "$DOTSHELL/kubernetes.sh"
# Applications
source "$DOTSHELL/rtorrent.sh"
source "$DOTSHELL/cgminer.sh"
# Services

View File

@@ -1,7 +0,0 @@
#
# rtorrent
#
if [ -d "/opt/rtorrent/bin" ]; then
path_prepend "/opt/rtorrent/bin"
fi