mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
post_install() {
|
|
echo "The cuda binaries are in /opt/cuda/bin"
|
|
echo "The cuda samples are in /opt/cuda/samples"
|
|
echo "The cuda docs are in /opt/cuda/doc"
|
|
echo "You need to relogin in order for the cuda binaries to appear in your PATH"
|
|
post_upgrade
|
|
}
|
|
|
|
post_upgrade() {
|
|
ldconfig -r .
|
|
}
|