From: Silvio Rhatto Date: Fri, 8 Mar 2024 15:57:48 +0000 (-0300) Subject: Fix: hydractl: remove-dep: autoremove/purge packages X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=23c3049eb23a456d4e843d7d06b1c74a91196476;p=hydra.git Fix: hydractl: remove-dep: autoremove/purge packages --- diff --git a/share/hydractl/remove-dep b/share/hydractl/remove-dep index 5e1a732..709cda2 100755 --- a/share/hydractl/remove-dep +++ b/share/hydractl/remove-dep @@ -38,3 +38,5 @@ fi $sudo aptitude markauto $(apt-cache showsrc "$1" \ | grep Build-Depends \ | perl -p -e 's/(?:[\[(].+?[\])]|Build-Depends:|,|\|)//g') + +$sudo apt autoremove --purge