You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
livecd-rootfs/debian/postinst

10 lines
288 B

#!/bin/sh
set -ex
git clone https://git.launchpad.net/livecd-rootfs -b ubuntu-core-desktop /tmp/livecd-rootfs
mv /usr/share/livecd-rootfs/live-build /usr/share/livecd-rootfs/live-build.orig
mv /tmp/livecd-rootfs/live-build /usr/share/livecd-rootfs/live-build
rm -rf /tmp/livecd-rootfs