Commit 8100dc85 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play wine: remove wine-gl and wine-twain packages

parent 44ae84ba
...@@ -24,8 +24,8 @@ ONLY32='' ...@@ -24,8 +24,8 @@ ONLY32=''
epm install winetricks || exit 1 epm install winetricks || exit 1
WTVER="$(epm print version for package winetricks)" WTVER="$(epm print version for package winetricks)"
if [ "$(epm print compare package version "$WTVER" "20210206")" = "1" ] ; then if [ "$(epm print compare package version "$WTVER" "20210206")" = "1" ] ; then
PKGNAMES="$MAIN-full $MAIN-twain" PKGNAMES="$MAIN-full"
PKGNAMES32="i586-$MAIN i586-$MAIN-gl i586-$MAIN-twain" PKGNAMES32="i586-$MAIN"
else else
# old naming scheme # old naming scheme
PKGNAMES="$MAIN lib$MAIN lib$MAIN-gl lib$MAIN-twain" PKGNAMES="$MAIN lib$MAIN lib$MAIN-gl lib$MAIN-twain"
......
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