#!/bin/sh

test "$ACTION" == "add" || exit 0

/usr/sbin/openct-control attach $DEVICE $TYPE:$PRODUCT
