X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-initramfs.postinst;h=752b161b63471aeb0c439e083d09ed080cb36c00;hb=fccfd0920ef2d0177d26e76dcfcd132cf53d6988;hp=9a508c6c0f573ba2c790907b0deeaef954f332a6;hpb=7289bfd7372774a6ff880d0eee085733bd0802a7;p=live-boot-grml.git diff --git a/debian/live-initramfs.postinst b/debian/live-initramfs.postinst index 9a508c6..752b161 100644 --- a/debian/live-initramfs.postinst +++ b/debian/live-initramfs.postinst @@ -1,5 +1,8 @@ #!/bin/sh -update-initramfs -k all -u +if [ -x /usr/sbin/update-initramfs ] +then + update-initramfs -k all -u +fi #DEBHELPER#