Commit 41e4787e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm assure: check if the package is installed before ask

parent 538ece38
......@@ -74,6 +74,10 @@ __epm_assure_checking()
return 0
fi
# at least check if the package is installed
load_helper epm-query
is_installed "$PACKAGE" && return 0
return 1
}
......
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