1#!/bin/sh
2# $NetBSD: prepare-import.sh,v 1.4 2013/04/20 15:30:34 wiz Exp $
3#
4# Copy new pkgsrc/pkgtools/pkg_install/files to dist.
5# Run this script and check for additional files and
6# directories to prune, only relevant content is included.
7
8set -e
9
10cd dist
11rm -f Makefile.in README config* install-sh tkpkg
12rm -f */Makefile.in */*.cat*
13rm -rf CVS */CVS view
14