Blame SOURCES/trust-extract-compat

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