mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
9a3b3d6280
- remove libicu52 hook
8 lines
78 B
Bash
8 lines
78 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# we want a really minimal image
|
|
apt-get purge -y locales
|
|
|