source: ipk/source/bootlogos_giantgirl_0_1/CONTROL/postrm @ 23604

Last change on this file since 23604 was 23604, checked in by obi, 11 years ago

allowed bootlogo on flash mnt and swap

  • Property svn:executable set to *
File size: 121 bytes
Line 
1#!/bin/sh
2
3echo "rename original.jpg -> bootlogo.jpg"
4mv -f /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
5
6exit 0
Note: See TracBrowser for help on using the repository browser.