Added wl ver5

This commit is contained in:
arcan1s
2013-09-16 20:40:05 +04:00
parent 12f27801e9
commit 75e875357f
6 changed files with 512 additions and 0 deletions

View 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
}