DEBSOURCES
Skip Quicknav
sources / z8530-utils2 / 3.0-1-12 / debian / postinst
12345678910111213
#!/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