updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / jcuda / jcuda.install
blob54bfc1f81b48855a6245825ff5bc4b59d613020a
1 post_install() {
2 echo "Run \"source /etc/profile\" in a shell or relogin to refresh your" 
3 echo "PATH variable to include the native CUDA libraries."
6 post_upgrade() {
7 echo "Run \"source /etc/profile\" in a shell or relogin to refresh your" 
8 echo "PATH variable to include the native CUDA libraries."
11 # vim:set ts=2 sw=2 et: