Newer
Older
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
echo 'In order to use nvidia module, reboot the system.'
}
post_upgrade() {
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}
post_remove() {
Due to an influx of spam, we had to disable account registrations. If you don't have an account yet, please write an email to support@manjaro.org, with your desired username. Sorry for the inconvenience.
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
echo 'In order to use nvidia module, reboot the system.'
}
post_upgrade() {
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}
post_remove() {