blob: 00ac363dfeb9765091d0c1e41b44e1338a65e9b3 [file] [log] [blame]
#!/bin/sh
# Abort on error.
set -e
if [ -x /usr/sbin/update-initramfs -a \
-e /etc/initramfs-tools/initramfs.conf ]; then
update-initramfs -u
fi
#DEBHELPER#
exit 0