Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > cc9b757759ea3d79f7e558131265c584 > scriptlet

sane-backends-1.0.13-6mdk.i586.rpm

POSTIN

/bin/sh
# add supported usb scanners to /etc/hotplug/usb.usermap
/usr/sbin/update-usb.usermap || :

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
    # remove supported usb scanners from /etc/hotplug/usb.usermap
    # if erasing the package not as part of a package update
    /usr/sbin/update-usb.usermap || :
fi