introduce hwids package, providing usb.ids and co
[openadk.git] / scripts / install
blob0fe925d0fd4d3b0d587e12ab756b52d62952c725
1 #!/usr/bin/env bash
2 # This file is part of the OpenADK project. OpenADK is copyrighted
3 # material, please see the LICENCE file in the top-level directory.
5 if [ -z "$(which ginstall 2>/dev/null)" ];then
6 /usr/bin/install "$@"
7 else
8 ginstall "$@"
9 fi