lfs-scripts/scripts/chapter8/8.79-cleanup.sh

11 lines
162 B
Bash
Raw Normal View History

2023-01-14 16:01:44 +00:00
#!/bin/bash
rm -rf /tmp/*
find /usr/lib /usr/libexec -name \*.la -delete
find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf
userdel -r tester