#!/usr/bin/env pkgcore-ebuild-helper

check_args 0 0

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