#!/bin/bash set -eu # For backwards compatibility reasons, future versions of this script must # support the syntax "update-ca-trust extract" trigger the generation of output # files in $DEST. DEST=/etc/ca-certificates/extracted # Prevent p11-kit from reading user configuration files. export P11_KIT_NO_USER_CONFIG=1 usage() { fold -s -w 79 >&2 <&2 "Error: Unknown command: $1" echo >&2 usage exit 1 ;; esac # vim:set sw=2 sts=-1 et: