Commit ffe83682 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play.d/common.sh: use is_repacked_package only on ALT

parent b763fd38
......@@ -217,6 +217,9 @@ is_repacked_package()
[ -n "$pkg" ] || pkg="$PKGNAME"
[ -n "$pkg" ] || fatal "is_repacked_package() is called without package name"
# actually only for ALT
[ "$(epm print info -s)" = "alt" ] || return 0
epm status --installed $pkg || return 0
[ -n "$force" ] && return 0
......
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