2006-01-30 07:29:26 -08:00
|
|
|
source $stdenv/setup
|
|
|
|
|
2006-01-31 04:59:06 -08:00
|
|
|
postInstall() {
|
|
|
|
if test $hotplugSupport = "1" ; then
|
|
|
|
ensureDir $out/etc/hotplug/usb/
|
|
|
|
cp tools/hotplug/* $out/etc/hotplug/usb/
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
|
|
|
postInstall=postInstall
|
|
|
|
|
2006-01-30 07:29:26 -08:00
|
|
|
genericBuild
|