Fix: delete installkernel
All checks were successful
Build package / build-package (push) Successful in 42s
All checks were successful
Build package / build-package (push) Successful in 42s
This commit is contained in:
3
PKGBUILD
3
PKGBUILD
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user