#!/bin/sh
#
# Kernel post-remove hook for tinyramfs EFI bundle.
#
# Arguments passed to this script: $1 pkgname, $2 version.
#
PKGNAME="$1"
VERSION="$2"

rm -f boot/linux-${VERSION}.efi 
