#!/bin/sh
# $NetBSD: prepare-import.sh,v 1.6 2024/06/09 19:47:55 christos Exp $
#
# Run this script on the extracted libarchive directory and check for
# additional files and directories to prune, only relevant content is included.
set -e
PROG=$(basename "$0")
if [ -z "$1" ]; then
echo "Usage $PROG <libarchive-directory>" 1>&2
exit 1
fi