#! /bin/sh

# LML-33-Card zoran driver uninstall script

# DRIVER

rpm -e LML33zorandriver

if [ -f /etc/rc.local.before33 ]
then
   mv -f /etc/rc.local.before33 /etc/rc.local
   echo "lml33 modules removed from /etc/rc.local"
else
   echo "/etc/rc.local old version no need for update"
fi

echo "******************"
echo "Uninstall complete"
echo "******************"

