#!/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/ati/ATI_LICENSE.TXT fi if [ -d /var/install/MesaLib* ]; then cd /usr/X11R7/lib rm libGL.so.1.5.* ln -sf libGL.so.1.2 libGL.so ln -sf libGL.so.1.2 libGL.so.1 fi echo "Please look in /lib/modules/fglrx to build the ati kernel module!"