mpv: Remove mplayer-aliased completion

It reportedly doesn't work that well any more (Debian: #749115,
RedHat: #1246413) and looks like there are other options available,
e.g. https://github.com/2ion/mpv-bash-completion (untested).
master
Ville Skyttä 2015-07-24 20:10:28 +03:00
parent cad3abfc7e
commit 00abd48e5b
3 changed files with 1 additions and 3 deletions

View File

@ -100,7 +100,6 @@ mkisofs
mogrify
montage
mplayer2
mpv
msgsnarf
muttng
ncal

View File

@ -523,7 +523,6 @@ CLEANFILES = \
mogrify \
montage \
mplayer2 \
mpv \
msgsnarf \
muttng \
ncal \

View File

@ -286,6 +286,6 @@ _mplayer()
return 0
} &&
complete -F _mplayer mplayer mplayer2 mencoder gmplayer kplayer mpv
complete -F _mplayer mplayer mplayer2 mencoder gmplayer kplayer
# ex: ts=4 sw=4 et filetype=sh