#!/bin/sh
set -e
if [ "$1" = "remove" ]
then
  test -x /etc/init.d/pcmcia && /etc/init.d/pcmcia stop
fi
