PKGBUILDs/core/uboot-env/uboot-env.install
Julian Langschaedel 0924cebbdd revert and fix uboot-env PKGBUILD from commit 89011692
fw_setenv symlink in uboot-env-2009.11-1-arm.pkg.tar.xz was broken.

  /usr/bin/fw_setenv -> /media/usb/builder/plugapps/core/uboot-env/pkg/usr/bin/fw_printenv

fixed the PKGBUILD and bumped pkgrel version.
2011-06-15 04:50:19 +02:00

15 lines
209 B
Plaintext

post_install() {
cat <<INSTALL
>>> To print u-boot env please use fw_printenv
>> Configuration file located at /etc/fw_env.config
INSTALL
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*