#! /bin/sh

# LML-33-Card zoran driver install script

# DRIVER

rpm -Uvh LML33zorandriverSMP-1.0-1.i386.rpm

if [ -f /etc/rc.local.before33 ]
then
   echo "/etc/rc.local updated before"
else
   echo "updating /etc/rc.local..."
   cp /etc/rc.local /etc/rc.local.before33
   echo "lml33install lml33" >> /etc/rc.local
   echo "updated."
fi

echo "loading driver..."
lml33install lml33
echo "*************************************************"
echo "ALL done LML33 zoran driver installation complete"
echo "*************************************************"

