source: ipk/source.sh4/swapplayers_mediacenter_1.0/CONTROL/postinst@ 19723

Last change on this file since 19723 was 15100, checked in by obi, 14 years ago

[ipk] fix mc install and cleanup

  • Property svn:executable set to *
File size: 214 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.mc
3echo "successfully installed"
4echo "syncing disk"
5echo "please reboot your box so that the extension will be mounted..."
6sync
7echo "Rebooting Box in 10s..."
8sleep 5
9(sleep 10;init 6) &
10exit 0
Note: See TracBrowser for help on using the repository browser.