#!/bin/sh
# Just a bridge between old ltuninst and "make uninstall"
echo Removing the modem drivers in the kernel modules tree.
echo
cd source
source SETTINGS
make uninstall | grep -v echo
cd ..
echo
