#!/bin/sh

set -e

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


