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

Last change on this file since 23370 was 23370, checked in by nit, 11 years ago

fix

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