mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 00:02:13 +00:00
typo, wrong variable name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20847 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
89729c7f76
commit
d8f8e56be6
@ -158,20 +158,20 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
uninstall)
|
uninstall)
|
||||||
cd $DIR/
|
cd $CODECDIR/
|
||||||
rm -rf mplayer_binary_codecs
|
rm -rf mplayer_binary_codecs
|
||||||
#FIXME we need a better clean system
|
#FIXME we need a better clean system
|
||||||
if which symlinks > /dev/null ; then
|
if which symlinks > /dev/null ; then
|
||||||
symlinks -d .
|
symlinks -d .
|
||||||
else
|
else
|
||||||
echo "please install the package 'symlinks' and run 'symlinks -d $DIR' "
|
echo "please install the package 'symlinks' and run 'symlinks -d $CODECDIR' "
|
||||||
fi
|
fi
|
||||||
echo "Uninstalled Succesfully!"
|
echo "Uninstalled Succesfully!"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Usage: {install|uninstall}"
|
echo "Usage: {install|uninstall}"
|
||||||
echo "This program will install binary codecs for mplayer"
|
echo "This program will install binary codecs for MPlayer."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user