#!/bin/sh
set -e
if [ -f /usr/sbin/update-initramfs ]
then
cp -f /usr/sbin/update-initramfs /usr/sbin/update-initramfs-legacy
fi