mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
e828f98ba9
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
6 lines
119 B
Bash
6 lines
119 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
fwupdmgr|fwupdtool) "$1" --version 2>&1 | grep "runtime\s*org.freedesktop.fwupd\s*$2" ;;
|
|
esac
|