aports/community/libu2f-host/libu2f-host.post-upgrade
Jakub Jirutka 180b9ca8c0 community/libu2f-host: remove subpkg -libs, move CLI tool to u2f-host
The current naming is a bit illogical. The new one follows Debian and Fedora.
2022-01-16 15:05:07 +01:00

14 lines
203 B
Bash

#!/bin/sh
ver_old=$2
if [ "$(apk version -t "$ver_old" '1.1.10-r4')" = '<' ]; then
cat >&2 <<-EOF
*
* /usr/bin/u2f-host has been moved to package u2f-host - install it if neeed.
*
EOF
fi
exit 0