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

4
# don't cripple the image to be copied over
5
[ -n "$GLOBAL_LIVE_NO_CLEANUP_DOCS" ] || \
6
	[ -n "$GLOBAL_LIVE_INSTALL"] || \
7 8
	[ -x /usr/sbin/live-install ] || \
	[ -x /usr/sbin/livecd-install ] && exit 0
9

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