mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Better with-linux, newer
This commit is contained in:
parent
948c8afc21
commit
296e2640fc
2 changed files with 2 additions and 30 deletions
|
@ -16,9 +16,8 @@ provides=('kernel26')
|
|||
install=kernel26-withlinux.install
|
||||
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-uImage
|
||||
http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-Modules.tar.gz)
|
||||
|
||||
md5sums=('296e8dd4a28110928b9df3df4032e110'
|
||||
'926bff46d24e2f303e4ee92234e394d8')
|
||||
md5sums=('47a699cba3b551fc9165b765554c28e4'
|
||||
'0c97bb224c1482a97b6646b465320f23')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
# arg 1: the new package version
|
||||
post_install() {
|
||||
echo 'Check the U-Boot environment variables! The kernel image is'
|
||||
echo 'located at /boot/uImage-sheevaplug. Maybe creating a symbolic'
|
||||
echo 'link with "ln -s /boot/uImage-sheevaplug /boot/uImage" might'
|
||||
echo 'help.'
|
||||
KERNEL_VERSION=.*
|
||||
depmod -a $KERNEL_VERSION > /dev/null 2>&1
|
||||
}
|
||||
|
||||
# arg 1: the new package version
|
||||
# arg 2: the old package version
|
||||
post_upgrade() {
|
||||
KERNEL_VERSION=.*
|
||||
depmod -a $KERNEL_VERSION > /dev/null 2>&1
|
||||
|
||||
}
|
||||
|
||||
# arg 1: the old package version
|
||||
post_remove() {
|
||||
KERNEL_VERSION=.*
|
||||
depmod -a $KERNEL_VERSION > /dev/null 2>&1
|
||||
}
|
||||
|
||||
op=$1
|
||||
shift
|
||||
$op $*
|
Loading…
Reference in a new issue