mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
11 lines
249 B
Text
11 lines
249 B
Text
KERNEL_VERSION=5.1.5-1-usermodelinux
|
|
|
|
post_install() {
|
|
echo ">>> Updating module dependencies. Please wait ..."
|
|
depmod ${KERNEL_VERSION}
|
|
}
|
|
|
|
post_upgrade() {
|
|
echo ">>> Updating module dependencies. Please wait ..."
|
|
depmod ${KERNEL_VERSION}
|
|
}
|