mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 02:57:14 +08:00
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
pre_upgrade() {
|
|
pre_remove
|
|
}
|
|
|
|
post_upgrade() {
|
|
echo ">>> Make sure to run sudo systemctl enable dkms.service, to have "
|
|
echo ">>> this kernel module rebuild on each kernel update "
|
|
}
|
|
|
|
pre_remove() {
|
|
dkms remove -m nvidia -v 313.18 --all
|
|
}
|