#!/bin/sh
set -e

if [ -d /boot/efi ]
then
	cp -pvf /usr/lib/grub/x86_64-efi-signed/atzlinux-uefi-ca.der /boot/efi/
fi

#DEBHELPER#
