diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-08-31 09:51:18 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-08-31 09:51:18 +0200 |
commit | 091f85f4e7ca80d6942a778721b11bf26d6b288c (patch) | |
tree | ec5fefc18e4ce541c103f912bd02208ae175ea32 /acompiler/nvidia-195xx | |
parent | 8b4d73fd4764309c92808ade8895e13a5b30f9df (diff) | |
download | nutyx-pakxe-091f85f4e7ca80d6942a778721b11bf26d6b288c.tar.gz nutyx-pakxe-091f85f4e7ca80d6942a778721b11bf26d6b288c.tar.bz2 nutyx-pakxe-091f85f4e7ca80d6942a778721b11bf26d6b288c.tar.xz nutyx-pakxe-091f85f4e7ca80d6942a778721b11bf26d6b288c.zip |
nvidia-195xx, ajout pre-install et post-install
Diffstat (limited to 'acompiler/nvidia-195xx')
-rw-r--r-- | acompiler/nvidia-195xx/post-install | 2 | ||||
-rw-r--r-- | acompiler/nvidia-195xx/pre-install | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/acompiler/nvidia-195xx/post-install b/acompiler/nvidia-195xx/post-install new file mode 100644 index 000000000..4772910f3 --- /dev/null +++ b/acompiler/nvidia-195xx/post-install @@ -0,0 +1,2 @@ +#!/bin/bash +depmod diff --git a/acompiler/nvidia-195xx/pre-install b/acompiler/nvidia-195xx/pre-install new file mode 100644 index 000000000..a1ee5214f --- /dev/null +++ b/acompiler/nvidia-195xx/pre-install @@ -0,0 +1,3 @@ +if ( pkginfo -i | grep libgl > /dev/null ) ; then + pkgrm libgl +fi |