summaryrefslogtreecommitdiffstats
path: root/libs/libcap-ng/test-version.sh
blob: 58eff107865c2e755e58bc110863c65ed5184657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# shellckeck shell=busybox

case "$1" in
libcap-ng|\
libcap-ng-bin)
	exit 0
	;;
*)
	echo "Untested package: $1" >&2
	exit 1
	;;
esac