mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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
|