post_install()
{
	echo "Installing usermap..."
	/etc/hotplug/usb/hplj1000 install-usermap
	/etc/hotplug/usb/hplj1005 install-usermap
	/etc/hotplug/usb/hplj1018 install-usermap
	/etc/hotplug/usb/hplj1020 install-usermap
	echo " done."
}

post_update()
{
	post_install
}

op=$1
shift

$op $*

