mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-22 03:52:52 +00:00
10 lines
162 B
Bash
10 lines
162 B
Bash
#!/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
|
|
|