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