#!/bin/sh

# Strip the kiwi profile part of the file name

set -eu

TOPDIR=${TOPDIR:-/usr/src/packages}

cd "${TOPDIR}/KIWI"

rename -- -EFI- - * || rename -- -noEFI- - *
