#!/bin/sh
module="cpint"
device="cpint"

# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1

# Remove stale nodes

rm -f /dev/${device}* /dev/cpcmd /dev/cpmon /dev/cpact
