diff options
Diffstat (limited to 'extra/source/bittorrent/doinst.sh')
-rw-r--r-- | extra/source/bittorrent/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/source/bittorrent/doinst.sh b/extra/source/bittorrent/doinst.sh deleted file mode 100644 index 3b84c304..00000000 --- a/extra/source/bittorrent/doinst.sh +++ /dev/null @@ -1,10 +0,0 @@ -# Add bittorrent support to /etc/mailcap unless it's found there -# already (commented out, or not): -if ! grep application/x-bittorrent etc/mailcap 1> /dev/null 2> /dev/null ; then - echo "application/x-bittorrent; /usr/bin/bittorrent-xterm '%s' ; " >> etc/mailcap -else - # If it calls btdownloadxterm.sh, make bittorrent-xterm the default instead: - if grep btdownloadxterm etc/mailcap 1> /dev/null 2> /dev/null ; then - sed -i -e 's/btdownloadxterm.sh/bittorrent-xterm/g' etc/mailcap - fi -fi |