pentest-distro-builder/modules/live-build-config/auto/clean
2020-01-29 16:45:43 -07:00

8 lines
224 B
Bash
Executable file

#!/bin/sh
lb clean noauto "$@"
rm -f config/binary config/bootstrap \
config/chroot config/common config/source \
config/package-lists/live.list.chroot
find config/hooks/ -type l | xargs --no-run-if-empty rm -f