source: ipk/source/bootlogos_bikergirl_0_1/CONTROL/preinst@ 23603

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

fix

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