90-cleanup-docs 235 Bytes
Newer Older
1 2 3
#!/bin/sh
# remove all docs

4 5 6
# don't cripple the image to be copied over
[ -x /usr/sbin/live-install -o -x /usr/sbin/livecd-install ] && exit 0

7 8
rpmquery -ad |grep ^/ |xargs -r rm -f --
rm -rf /usr/share/{doc,man,info,license,gfxboot}