#! /bin/sh

#
# Configuring scand
#
/sbin/chkconfig --level 2345 okiscand on

#
# Configuring SANE Backend
#
FILE_NAME=/etc/sane.d/dll.conf

echo "postinst: configure $FILE_NAME for oki"

cat << EOF >> $FILE_NAME
oki
EOF
