Commit 9eb5946c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm autoremove: fix on deb systems (eterbug #16189)

parent 3f6f5a99
......@@ -274,7 +274,7 @@ esac
case $PMTYPE in
apt-dpkg|aptitude-dpkg)
sudocmd apt-get autoremove local $(subst_option non_interactive -y) $dryrun
sudocmd apt-get autoremove $(subst_option non_interactive -y) $dryrun
;;
aura)
if [ -n "$dryrun" ] ; then
......
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