Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 8053ab861749ac74c6ff6ee4fa53461e > files > 1

libgphoto-hotplug-2.4.0-7mdv2008.1.x86_64.rpm

SCRIPT=/etc/dynamic/scripts/camera.script
if [ -x $SCRIPT ]; then
    if [ "$ACTION" = "add" -o "$ACTION" = "remove" ] && [ -x $SCRIPT ]; then
	$SCRIPT "${ACTION}" "${DEVICE}"
    fi
fi