nixpkgs/pkgs/misc/linuxwacom/builder.sh

13 lines
209 B
Bash
Raw Normal View History

source $stdenv/setup
postInstall() {
if test -n "$udevSupport"; then
ensureDir $out/etc/udev/rules.d
cp $udevRules $out/etc/udev/rules.d/10-wacom.rules
fi
}
postInstall=postInstall
genericBuild