mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
7 lines
145 B
Text
7 lines
145 B
Text
post_upgrade() {
|
|
echo "If you run into trouble with CUDA not being available, run nvidia-modprobe first."
|
|
}
|
|
|
|
post_install() {
|
|
post_upgrade
|
|
}
|