mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-25 07:57:16 +00:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
post_upgrade() {
|
|
cd lib/modules
|
|
for i in extramodules-*; do depmod $(cat "$i/version"); done
|
|
cd ../..
|
|
}
|
|
|
|
post_install() {
|
|
post_upgrade
|
|
}
|