bin/live-snapshot: Fix argument handling (Closes: #461595)
[live-boot-grml.git] / debian / postinst
1 #!/bin/sh
2
3 if [ -x /usr/sbin/update-initramfs ]
4 then
5         update-initramfs -k all -u
6 fi
7
8 #DEBHELPER#