removed a bunch of special processing

This commit is contained in:
Luke 2023-06-03 18:31:07 -07:00
parent 3e6e45d4e2
commit 04c6996897
8 changed files with 100 additions and 0 deletions

View file

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