File debian.opencbm.postinst of Package opencbm
#! /bin/sh # postinst script for opencbm set -e . /usr/share/debconf/confmodule #if [ "$1" = "configure" ]; then # # db_get opencbm/install_device # if $RET; then # if [ ! -e /dev/cbm ]; then # mknod /dev/cbm c 10 177 # chown root.users /dev/cbm # chmod 660 /dev/cbm # fi # fi #fi #DEBHELPER# exit 0