#! /bin/sh set -e if [ "$1" = "configure" ]; then depmod -q xxKVERxx || true modprobe -rq cp2101 || true fi