3ce62c7a5e
svn path=/nixpkgs/trunk/; revision=4633
13 lines
204 B
Bash
13 lines
204 B
Bash
source $stdenv/setup
|
|
|
|
postInstall() {
|
|
if test $hotplugSupport = "1" ; then
|
|
ensureDir $out/etc/hotplug/usb/
|
|
cp tools/hotplug/* $out/etc/hotplug/usb/
|
|
fi
|
|
}
|
|
|
|
postInstall=postInstall
|
|
|
|
genericBuild
|