wineprefixcreate: Added a deprecation warning.
This commit is contained in:
parent
87ec7ec5a5
commit
d869bd6265
|
@ -111,6 +111,10 @@ do
|
|||
esac
|
||||
done
|
||||
|
||||
echo "Note: wineprefixcreate is deprecated and shouldn't be needed anymore." 1>&2
|
||||
echo " WINEPREFIX creation and updates now happen automatically when needed." 1>&2
|
||||
echo 1>&2
|
||||
|
||||
WINEPREFIX="${WINEPREFIX:-$HOME/.wine}"
|
||||
|
||||
if [ -d "$WINEPREFIX" ] || mkdir "$WINEPREFIX"; then :
|
||||
|
|
Loading…
Reference in New Issue