mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
meh
This commit is contained in:
parent
06647d9f61
commit
82fb9f712d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
post_install() {
|
||||
chmod 755 /usr/share/plugapps/kernel/README-*
|
||||
|
||||
cat << 'INSTALL'
|
||||
cat << 'EOF'
|
||||
If running from internal NAND, run:
|
||||
/usr/share/plugapps/kernel/README-2.6.32.5 --nandkernel
|
||||
|
||||
|
@ -10,13 +10,13 @@ post_install() {
|
|||
and then copy the kernel to /boot/uImage.
|
||||
|
||||
Also, check the U-Boot environment variables and reboot.
|
||||
INSTALL
|
||||
EOF
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
chmod 755 /usr/share/plugapps/kernel/README-*
|
||||
|
||||
cat << 'UPGRADE'
|
||||
cat << 'EOF'
|
||||
If running from internal NAND, run:
|
||||
/usr/share/plugapps/kernel/README-2.6.32.5 --nandkernel
|
||||
|
||||
|
@ -25,7 +25,7 @@ post_upgrade() {
|
|||
and then copy the kernel to /boot/uImage.
|
||||
|
||||
Also, check the U-Boot environment variables and reboot.
|
||||
UPGRADE
|
||||
EOF
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
|
|
Loading…
Reference in a new issue