mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 07:11:30 +00:00
* live-build/ubuntu-core/hooks/10-remove-documentation.binary:
- compress remaining documentation to save further space.
This commit is contained in:
parent
e4a35525a8
commit
c6a5d4c8a5
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.274) UNRELEASED; urgency=medium
|
||||
|
||||
* live-build/ubuntu-core/hooks/10-remove-documentation.binary:
|
||||
- compress remaining documentation to save further space.
|
||||
|
||||
-- James Hunt <james.hunt@ubuntu.com> Tue, 02 Dec 2014 13:51:34 +0000
|
||||
|
||||
livecd-rootfs (2.273) vivid; urgency=low
|
||||
|
||||
[ Michael Vogt ]
|
||||
|
@ -3,6 +3,7 @@
|
||||
echo "I: Remove unneeded files from /usr/share/doc "
|
||||
find binary/boot/filesystem.dir/usr/share/doc -depth -type f ! -name copyright|xargs rm -f || true
|
||||
find binary/boot/filesystem.dir/usr/share/doc -empty|xargs rmdir || true
|
||||
find binary/boot/filesystem.dir/usr/share/doc -type f -exec gzip -9 {} \;
|
||||
|
||||
echo "I: Remove man/info pages"
|
||||
rm -rf binary/boot/filesystem.dir/usr/share/man \
|
||||
|
Loading…
x
Reference in New Issue
Block a user