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