Commit 867172d5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-remove: add --simulate support for deb

parent 0ee373e2
......@@ -293,6 +293,10 @@ epm_remove()
nodeps="--test"
APTOPTIONS="--simulate"
;;
apt-deb)
nodeps="--simulate"
APTOPTIONS="--simulate"
;;
*)
return
;;
......
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