#!/bin/sh
set -e

#DEBHELPER#

if [ "$1" = "configure" ] && [ -x "`which update-initramfs 2>/dev/null`" ]; then
	update-initramfs -u
fi
