diff --git a/config/hooks/normal/05-package-hacks.chroot b/config/hooks/normal/05-package-hacks.chroot new file mode 100755 index 0000000..879b097 --- /dev/null +++ b/config/hooks/normal/05-package-hacks.chroot @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +# remove unwanted packages which are installed due to +# recommends/resolver issues +apt-get purge -y termit +apt-get --purge -y autoremove