This commit is contained in:
TomasM
2017-11-01 07:12:51 -04:00
parent fbb7506621
commit 7c73195667
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -35,3 +35,9 @@ rm -Rf /usr/share/locale/???
rm -Rf /usr/share/i18n/locales/*_*
rm -Rf /usr/share/man/??
rm -Rf /usr/share/man/*_*
# Unzip gzipped man pages, so LZMA can compress 2times better.
# First we gunzip symlinks, which will be overwritten by the content of targets
# this doesn't matter as mksquashfs will handle duplicate files correctly
find /usr/share/man -type l -name "*.gz" | xargs gunzip -f
find /usr/share/man -name "*.gz" | xargs gunzip