Commit 11cb3aa4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-autoremove: stop on AstraLinux (unsupported by the distro)

parent 21da9534
......@@ -269,6 +269,9 @@ case $BASEDISTRNAME in
return
;;
"astra")
[ -n "$force" ] || fatal "It seems AstraLinux does no support autoremove correctly. You can rerun the command with --force option to get into trouble."
;;
*)
;;
esac
......
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