livecd-rootfs/live-build/ubuntu-touch/hooks/60-install-click.binary
Steve Langasek 138465c476 Add support to the ubuntu-touch target to generate a separate custom
tarball as part of the build, moving most click packages into it.
2014-10-10 00:11:26 -07:00

10 lines
181 B
Bash
Executable File

#!/bin/sh
set -e
echo "Splitting out custom tarball"
rm -f binary/boot/custom.dir
mkdir binary/boot/custom.dir
mv binary/boot/filesystem.dir/custom binary/boot/custom.dir/custom