summaryrefslogtreecommitdiffstats
path: root/extra/source/bittorrent/doinst.sh
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-02-03 20:26:34 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-04 08:59:48 +0100
commit27b0c3822f02e8d924af6264d205ad7182d438bf (patch)
treed5bc076a3830e28db3353a09cc062a2dce361b6c /extra/source/bittorrent/doinst.sh
parent1d9c56ff697d9b03a4124fdd13750e4d5187e239 (diff)
downloadcurrent-27b0c3822f02e8d924af6264d205ad7182d438bf.tar.gz
current-27b0c3822f02e8d924af6264d205ad7182d438bf.tar.xz
Sun Feb 3 20:26:34 UTC 201920190203202634
d/bison-3.3.2-x86_64-1.txz: Upgraded. n/dovecot-2.3.4-x86_64-2.txz: Rebuilt. Patched double free when used with MariaDB 10.3.x. Thanks to Thom1b. x/xkeyboard-config-2.26-noarch-1.txz: Upgraded. extra/bittorrent/bittorrent-4.4.0-noarch-4.txz: Removed.
Diffstat (limited to 'extra/source/bittorrent/doinst.sh')
-rw-r--r--extra/source/bittorrent/doinst.sh10
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 3b84c3043..000000000
--- 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