mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 04:57:13 +08:00
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
|
post_install() {
|
||
|
post_upgrade
|
||
|
echo 'Read the doc: http://wireless.kernel.org/en/users/Download'
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
usr/lib/compat-wireless/check_depmod
|
||
|
depmod
|
||
|
echo
|
||
|
usr/sbin/athenable ath5k
|
||
|
usr/sbin/iwl-enable iwlagn
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
depmod -a
|
||
|
}
|