#!/bin/sh

set -e

if [ -x /usr/sbin/update-initramfs ]; then
    update-initramfs -u
fi

#DEBHELPER#

exit 0
