Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 29abd76350c427c613305daab0661064 > scriptlet

libgphoto-hotplug-2.1.4-2mdk.i586.rpm

POSTIN

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

POSTUN

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

##### CLEAN UP #####