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 mogrify
montage montage
mplayer2 mplayer2
mpv
msgsnarf msgsnarf
muttng muttng
ncal ncal

View File

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

View File

@ -286,6 +286,6 @@ _mplayer()
return 0 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 # ex: ts=4 sw=4 et filetype=sh