File: hubcot-module.postinst

package info (click to toggle)
hubcot 20010630-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 96 kB
  • ctags: 59
  • sloc: ansic: 236; makefile: 121; sh: 4
file content (8 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh -e

mkdir -p /dev/usb
if [ ! -e /dev/usb/hubcot ]; then
	mknod /dev/usb/hubcot c 180 123
fi

#DEBHELPER#