#!/bin/sh

sed -i "s/cp \.\/ubnkern/\#/g" $1

if [ "$1" = ./winbuild/menu.lst ]
then
sed -i 's/File "ubnkern"//g' ./winbuild/unetbootin.nsi
fi
