#!/bin/sh
set -e

# Hook for building live images
#
# This script is run in the built chroot after all packages are installed,
# before it is packed into a squashfs. This is where you can apply extra tweaks
# to the live system.

# we already ship sunpinyin; remove this to save some space and also remove
# confusion about which one to use
apt-get purge --auto-remove -y libreoffice-help-en-us ibus-pinyin-db-android ibus-pinyin
