source: ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/prerm@ 23575

Last change on this file since 23575 was 23575, checked in by obi, 13 years ago

fix bootlogs / font control files

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