Fix: delete installkernel
All checks were successful
Build package / build-package (push) Successful in 42s

This commit is contained in:
Yi-Ting Shih
2026-01-21 15:44:37 +08:00
parent 506e1a1cf8
commit 7fcdd86106

View File

@@ -3,7 +3,7 @@
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name> # Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
pkgname=debianutils pkgname=debianutils
pkgver=5.23 pkgver=5.23
pkgrel=1 pkgrel=2
pkgdesc="Miscellaneous utilities specific to Debian" pkgdesc="Miscellaneous utilities specific to Debian"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://tracker.debian.org/pkg/debianutils" url="https://tracker.debian.org/pkg/debianutils"
@@ -27,4 +27,5 @@ package() {
echo 'Remove files of "run-parts" package...' echo 'Remove files of "run-parts" package...'
cd - cd -
find "${pkgdir}" -name run-parts* -delete find "${pkgdir}" -name run-parts* -delete
find "${pkgdir}" -name installkernel* -delete
} }