#!/usr/bin/env pkgcore-ebuild-helper
# Copyright 2012 Brian Harring <ferringb@gmail.com>
# Distributed under the terms of the GNU General Public License v2

check_args 0 0

if ! __feature_is_enabled prepstrip && ! __safe_has nostrip ${RESTRICT}; then
	check_command_or_stop prepstrip "${ED}"
fi
