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.
EXTRAMODULES='extramodules-5.10-MANJARO'
post_install() {
depmod "$(cat /usr/lib/modules/${EXTRAMODULES}/version)"
} post_upgrade() {
post_install
} post_remove() {
}