mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-15 06:15:48 +00:00
Added wl ver5
This commit is contained in:
9
broadcom-wl_v5/broadcom-wl_v5.install
Normal file
9
broadcom-wl_v5/broadcom-wl_v5.install
Normal file
@ -0,0 +1,9 @@
|
||||
post_upgrade() {
|
||||
cd lib/modules
|
||||
for i in extramodules-*; do depmod $(cat "$i/version"); done
|
||||
cd ../..
|
||||
}
|
||||
|
||||
post_install() {
|
||||
post_upgrade
|
||||
}
|
Reference in New Issue
Block a user