Commit afba01d3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

prescription.d: uncomment some descriptions

parent 16237ae8
#!/bin/sh
[ "$1" != "--run" ] && exit #echo "Uninstall etersoft build of glibc" && exit
[ "$1" != "--run" ] && echo "Uninstall etersoft build of glibc" && exit
[ "$($DISTRVENDOR -d)" != "ALTLinux" ] && echo "Only ALTLinux is supported" && exit 1
......
......@@ -12,7 +12,7 @@ if [ "$1" = "--remove" ] ; then
exit
fi
[ "$1" != "--run" ] && exit #echo "Install 32 bit $MAIN packages on 64 bit system" && exit
[ "$1" != "--run" ] && echo "Install 32 bit $MAIN packages on 64 bit system" && exit
# Устанавливаем wine
epm install $PKGNAMES || exit
......
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