Commit d869bd62 authored by Alexandre Julliard's avatar Alexandre Julliard

wineprefixcreate: Added a deprecation warning.

parent 87ec7ec5
......@@ -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 :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment