#!/bin/sh
MOD_NAME=ajantv2

# Remove stale nodes
rm -f /dev/${MOD_NAME}[0-3]

modprobe -q -r $MOD_NAME

exit 0
