pmaports/main/devicepkg-utils/source_deviceinfo

7 lines
312 B
Text
Raw Normal View History

# These scripts must be sourced (not executed) to work properly
# shellcheck disable=SC1091
[ -f /usr/share/deviceinfo/deviceinfo ] && . /usr/share/deviceinfo/deviceinfo
[ -f /etc/deviceinfo ] && . /etc/deviceinfo
[ -z "$deviceinfo_arch" ] && { echo "$0: ERROR: deviceinfo file is missing!!"; exit 1; } || true