mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
22 lines
386 B
Text
22 lines
386 B
Text
post_install() {
|
|
cat << 'EOM'
|
|
|
|
==>
|
|
==> PLEASE NOTE:
|
|
==> The firmware files for ACX100/111 devices are installed in
|
|
==> /usr/share/tiacx. Please identify the correct file(s) for your
|
|
==> device and copy them to /lib/firmware.
|
|
==>
|
|
==> See http://acx100.sourceforge.net/wiki/Firmware for details.
|
|
==>
|
|
|
|
EOM
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
$op $*
|