wineprefixcreate: Added a deprecation warning.

This commit is contained in:
Alexandre Julliard 2008-05-14 12:24:14 +02:00
parent 87ec7ec5a5
commit d869bd6265
1 changed files with 4 additions and 0 deletions

View File

@ -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 :