Blame SOURCES/trust-extract-compat

593d6b
#!/usr/bin/bash
593d6b
593d6b
set -e
593d6b
593d6b
if test "$UID" != "0"; then
593d6b
	echo "p11-kit: the 'extract-trust' command must be run as root" >&2
593d6b
	exit 2
593d6b
fi
593d6b
593d6b
if test $# -gt 1; then
593d6b
	echo "p11-kit: no additional arguments are supported for this command" >&2
593d6b
	exit 2
593d6b
fi
593d6b
593d6b
exec /usr/bin/update-ca-trust