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

Last change on this file since 23599 was 23402, checked in by nit, 13 years ago

fix

  • Property svn:executable set to *
File size: 180 bytes
RevLine 
[2779]1#!/bin/sh
[23365]2INSTDIR="$1"
[3679]3
[23369]4echo "rename $INSTDIR/etc/boot/bootlogo.jpg -> $INSTDIR/etc/boot/original.jpg"
5mv "$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.