Commit fb09aa40 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play common.sh: check for package status before remove

parent 5b14e3cd
......@@ -199,6 +199,7 @@ fi
case "$1" in
"--remove")
is_repacked_package || exit 0
epm remove $PKGNAME
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