Skip to content
Snippets Groups Projects
Commit 86d3d17e authored by Simon McVittie's avatar Simon McVittie
Browse files

platformize: Remove gpgv unless full-fat gnupg is installed

parent 1b5c906d
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,10 @@ if ! is_installed python; then
unwanted+=(python-minimal python2.7-minimal)
fi
if ! ( is_installed gnupg || is_installed gnupg2 || is_installed gnupg1 ); then
unwanted+=(gpgv)
fi
if [ -n "${unwanted[*]}" ]; then
echo "Packages we will forcibly remove (first round):"
for p in "${unwanted[@]}"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment