aboutsummaryrefslogtreecommitdiff
blob: 1e5e3b5657a39e18ad7b2715ca72c5697f812dbf (plain)
1
2
3
4
5
6
7
#!/bin/bash -e

/usr/portage/scripts/bootstrap.sh -q

for d in info doc man zoneinfo; do
    find /usr/share -type d -iname ${d} -exec rm -rf {} +
done