source: ipk/source/bootlogos_Atemio_0_1/CONTROL/postrm@ 45992

Last change on this file since 45992 was 41652, checked in by mega, 8 years ago

fix Atemio Bootlogo postrm

File size: 285 bytes
Line 
1#!/bin/sh
2
3echo "restore original bootlogo.jpg"
4cp -a /etc/titan.restore/var/etc/boot/bootlogo.jpg /var/etc/boot/bootlogo.jpg
5cp -a /etc/titan.restore/var/etc/boot/reboot.jpg /var/etc/boot/reboot.jpg
6cp -a /etc/titan.restore/var/etc/boot/poweroff.jpg /var/etc/boot/poweroff.jpg
7
8exit 0
Note: See TracBrowser for help on using the repository browser.