Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > d00a8cb7bea45c324a369296158219a3 > scriptlet

libgphoto2-2.1.1-0.7mdk.x86_64.rpm

POSTIN

/bin/sh
# register libraries
/sbin/ldconfig

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

POSTUN

/bin/sh
# unregister libraries
/sbin/ldconfig

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 #####