source: ipk/source/bootlogos_fireskull_0_1/CONTROL/postrm@ 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: 147 bytes
RevLine 
[7451]1#!/bin/sh
[23602]2INSTDIR="$1"
[23575]3
[23602]4echo "rename original.jpg -> bootlogo.jpg"
[23603]5mv -f "$INSTDIR/etc/boot/original.jpg" "$INSTDIR/etc/boot/bootlogo.jpg"
[23602]6
7exit 0
Note: See TracBrowser for help on using the repository browser.