Added logo protection to the build script

This commit is contained in:
Luke 2023-06-03 18:18:36 -07:00
parent 9549062157
commit 66c0d8e7e4
2 changed files with 45 additions and 0 deletions

12
hostname/kusanagi.meta.sh Normal file
View file

@ -0,0 +1,12 @@
#!/bin/bash
export IFS=$'\n'
__builder_prebuild() {
set -x
ln -s logos/tachikoma-ref-b.png.sh ./logo.sh
}
__builder_postbuild() {
set -x
unlink logo.sh
}