#!/bin/sh
set -e


if [ -e /sbin/MAKEDEV ]; then
	if [ ! -e /dev/scc0 ]; then
		( cd /dev && MAKEDEV -v hamradio scc )
	fi
fi

#DEBHELPER#

exit 0
