Commit 2c080570 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play wine: don't install wine-mono, wine-gecko directly

parent 6e684ed6
......@@ -7,7 +7,9 @@ VERSION="$2"
TIPS="Run epm play wine=wine-vanilla to install wine-vanilla package"
MAIN=wine
PKGCOMMON="wine-mono wine-gecko winetricks"
#PKGCOMMON="wine-mono wine-gecko winetricks"
# wine-full and wine require needed versions of these common packages
PKGCOMMON=""
[ -n "$VERSION" ] && [ "$VERSION" != "*" ] && MAIN="$VERSION"
VERSION=""
......
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