diff options
Diffstat (limited to 'share/hydractl/remove-dep')
-rwxr-xr-x | share/hydractl/remove-dep | 2 |
1 files changed, 2 insertions, 0 deletions
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 |