clean up foreign manpages in stage4
This commit is contained in:
parent
7c84ec58a6
commit
3ced947518
1 changed files with 2 additions and 0 deletions
|
@ -69,3 +69,5 @@ sed -i '/^USE=\"\${USE}\ \ build\"$/d' /etc/portage/make.conf
|
|||
passwd -d root
|
||||
passwd -l root
|
||||
for i in $(find /var/log -type f); do truncate -s 0 $i; done
|
||||
# remove foreign manpages
|
||||
find /usr/share/man/ -mindepth 1 -maxdepth 1 -path "/usr/share/man/man*" -prune -o -exec rm -rf {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue