#!/bin/sh
/sbin/depmod -a
/etc/rc.d/init.d/pcmcia stop
/etc/rc.d/init.d/pcmcia start
echo done
