mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 12:21:15 +00:00
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# we want a really minimal image
|
||
|
apt-get remove -y locales
|
||
|
|
||
|
# this will also get rid of libqt
|
||
|
apt-get remove -y libicu52
|