Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > 652f5e299f361bb7568646ab6cd580d6 > scriptlet

libgphoto-hotplug-2.1.5-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 #####