Commit 17d7a462 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play codium: check if the package is already installed from repo

parent 0f09811d
......@@ -6,6 +6,12 @@ DESCRIPTION="Codium from the official site"
. $(dirname $0)/common.sh
if epm installed $PKGNAME && [ "$(get_pkgvendor $PKGNAME)" = "ALT Linux Team" ] ; then
echo "Package $PKGNAME is already installed from ALT repository."
exit 0
fi
VERSION="$2"
arch="$(epm print info -a)"
......
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