#!/bin/sh

set -ex

# if the current kernel exists, remove it so that nobody tries to make a
# backup copy.

rm -f /boot/*-$1 || true
