source: ipk/source/bootlogos_bikergirl_0_1/CONTROL/prerm@ 23372

Last change on this file since 23372 was 23372, checked in by nit, 13 years ago
  • Property svn:executable set to *
File size: 165 bytes
RevLine 
[2779]1#!/bin/sh
[23364]2INSTDIR="$1"
[7213]3
[7232]4echo "rename original.jpg -> bootlogo.jpg"
[23369]5mv "$INSTDIR/etc/boot/original.jpg" "$INSTDIR/etc/boot/bootlogo.jpg"
[7232]6
[23372]7echo "remove Plugin"
[2779]8exit 0
Note: See TracBrowser for help on using the repository browser.