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

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

fix

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