#!/bin/sh

echo "restore original bootlogo.mvi"
cp -a /etc/titan.restore/boot/bootlogo.mvi /usr/share/bootlogo.mvi

exit 0