author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-06 14:23:19 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-06 14:23:19 UTC |
parent | bd1996168498ae24a1c07a49c0bcba65bbe514a2 |
pkg-repo.sh | +0 | -4 |
diff --git a/pkg-repo.sh b/pkg-repo.sh index 3fa3717..1e96629 100755 --- a/pkg-repo.sh +++ b/pkg-repo.sh @@ -1,9 +1,5 @@ #!/bin/bash set -e -if [ -e post-build-special.sh ]; then - ./post-build-special.sh - exit 0 -fi PKG="$(echo *.pkg.tar.xz)" mv -v *.pkg.tar.xz /sources/pkg-base cd /sources/pkg-base