mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 02:47:17 +08:00
19 lines
360 B
Plaintext
19 lines
360 B
Plaintext
|
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
|
||
|
}
|