Package hplip-sane: Scripts

Pre uninstall

1
2
3
4
5
# no more /etc/sane.d/dll.conf - using /etc/sane.d/dll.d
# Remove HPLIP driver from /etc/sane.d/dll.conf
if [ "$1" = 0 ]; then
        /usr/bin/subst 's|^\([[:space:]]*hpaio[[:space:]]*\)$|#\1|' /etc/sane.d/dll.conf
fi