Temporarily add a postinst file to use the git branch for the code to ease testing.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2023-03-27 17:27:14 +02:00
parent 9be5229dcc
commit 9fb1287332

9
debian/postinst vendored Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
set -ex
git clone https://git.launchpad.net/livecd-rootfs -b ui-by-default-wip /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