clean scripts, no longer need preamble
This commit is contained in:
5
build/scripts/cleanup.sh
Executable file → Normal file
5
build/scripts/cleanup.sh
Executable file → Normal file
@@ -1,8 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## Remove temporary packages for minimal builds
|
||||
if [ $MODE == "minimal" ] && [ -f /build/temporary ]; then
|
||||
cat /build/temporary
|
||||
|
||||
Reference in New Issue
Block a user