#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = remove ]; then
    update-initramfs -u
fi
