commit 5792a35fdc88d318951dfad202a8b26c836159b0 Author: kueller Date: Mon Jan 3 10:48:06 2011 +0000 Neue Version V963 git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_nvidia-driver@5933 504e572c-2e33-0410-9681-be2bf7408885 diff --git a/tmp/postinstall b/tmp/postinstall new file mode 100755 index 0000000..59448a7 --- /dev/null +++ b/tmp/postinstall @@ -0,0 +1,56 @@ +#!/bin/bash +#Framework, welches ein komplettes Linux System aus den Sourcen erstellt +#dieses Framework wird im CVS Repository +#:pserver:cvs.rainmaker-mm.de/RMM/cvs zur Verfügung gestellt +# +#Lage dieser Datei im Archiv: $Source$ +# +#(c) Rainmaker MultiMedia OHG +#This program is free software; you can redistribute it and/or +#modify ist under the terms of the GNU General Public License +#as published by the Free Software Foundation; either version +#2 of the License, or (at your option) any later version. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#See the GNU General Public License for more details. +# +#You should have received a copy of the GNU General Public License +#along with this program; if not write to the Free Software Foundation, +#Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +#Beschreibung: +#Postinstall für das Java Runtime Environment von SUN Microsystems +#Dieses Postinstall script dient der Einhaltung der License Bedingungen +#von SUN Microsystems, und sorgt für die Anzeige der License! +# +#Aufrufparameter: +#keine +# +#Letzte Änderung von: $Author: kueller $ +#Datum der letzten Änderung: $Date: 2006-09-06 12:44:47 +0200 (Mi, 06 Sep 2006) $ +#Version der Datei: $Revision: 3658 $ +# +#$Log$ +#Revision 1.1 2006/09/06 10:44:48 kueller +#Initial revision +# +#Revision 1.2 2003/11/03 07:53:02 kueller +#j2re wird durch j2sdk ersetzt. +# +#Revision 1.1.1.1 2002/10/22 10:12:47 kueller +#Java Runtime Environment Initialisierungs Dateien +# +# + + +if [ ! -f /tmp/NOQUEST ]; then + more /usr/share/doc/nvidia/LICENSE +fi +if [ -d /var/install/MesaLib* ]; then + rm /usr/X11R7/lib*/libGL.so.1.5.* + rm /usr/X11R7/lib*/libGL.so.1.2.* +fi +echo "Please look in /lib/modules/nvidia to build the nvidia kernel module!" +