source: ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/preinst@ 23604

Last change on this file since 23604 was 23604, checked in by obi, 13 years ago

allowed bootlogo on flash mnt and swap

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