Commit 3fdfecd6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: forbid install chromium-gost if it is already installed from the repo (ALT bug 41898)

parent 3e463d0e
......@@ -19,6 +19,10 @@ fi
[ "$($DISTRVENDOR -a)" != "x86_64" ] && echo "Only x86_64 is supported" && exit 1
if epm installed chromium-gost ; then
fatal "Package $PKGNAME is already installed from ALT repository."
fi
#arch=$($DISTRVENDOR --distro-arch)
#pkgtype=$($DISTRVENDOR -p)
arch=amd64
......
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