git » base-pkgbuilds.git » commit 9d44ab6

remove post-build-special.sh hooks

author Urja (ARMLFS builder)
2024-07-06 14:23:19 UTC
committer Urja (ARMLFS builder)
2024-07-06 14:23:19 UTC
parent bd1996168498ae24a1c07a49c0bcba65bbe514a2

remove post-build-special.sh hooks

nobody was doing anything useful with it
(elfutils can be in base. updating the grep in the build-exec is dumb.)

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