mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-armv8-rc to 4.3.rc7-1
This commit is contained in:
parent
fe6427bf08
commit
ac22e6c9a2
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=8
|
||||
|
||||
_rcver=4.3
|
||||
_rcrel=6
|
||||
_rcrel=7
|
||||
|
||||
pkgbase=linux-armv8-rc
|
||||
_srcname=linux-4.$((${_rcver##*.}-1))
|
||||
|
@ -29,7 +29,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'config'
|
||||
'linux.preset')
|
||||
md5sums=('3d5ea06d767e2f35c999eeadafc76523'
|
||||
'f47326c893ce91f2603d2fd6b8c590fd'
|
||||
'48647aa3be007156823044b569e6cf79'
|
||||
'a87ebaf5c2af339ffea8b4192b96b64d'
|
||||
'cca24878b9021979a56ad71094e3f525'
|
||||
'13a487bdc9774028c7906dfd8e642bc8'
|
||||
|
|
|
@ -26,6 +26,6 @@ post_upgrade() {
|
|||
|
||||
post_remove() {
|
||||
# also remove the compat symlinks
|
||||
rm -f boot/initramfs-linux${KERNEL_NAME}.img
|
||||
rm -f boot/initramfs-linux${KERNEL_NAME}-fallback.img
|
||||
rm -f boot/initramfs-linux.img
|
||||
rm -f boot/initramfs-linux-fallback.img
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue