Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192756
Collapse All | Expand All

(-)/usr/bin/cleanlinks (-1 / +1 lines)
Lines 23-27 Link Here
23
23
24
echo Removing empty directories ...
24
echo Removing empty directories ...
25
#find . -type d -depth -print | xargs rmdir > /dev/null 2>&1
25
#find . -type d -depth -print | xargs rmdir > /dev/null 2>&1
26
find . -type d -depth -empty -print -exec rmdir {} \;
26
find . -depth -type d -empty -print -exec rmdir {} \;
27
exit 0
27
exit 0

Return to bug 192756