PKGBUILDs/alarm/uboot-env/uboot-env.install
2012-06-14 12:49:19 -04: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 $*