source: ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/preinst@ 23582

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

fix bootlogs / font control files

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