#!/bin/sh

echo "restore original bootlogo.jpg"
cp -a /etc/titan.restore/var/etc/boot/bootlogo.jpg /var/etc/boot/bootlogo.jpg

exit 0