source: ipk/source.sh4/swapsystem_vfdbrightness_1_0/CONTROL/postinst@ 19106

Last change on this file since 19106 was 15050, checked in by obi, 14 years ago

[ipk] add swap VFD_Brightness

  • Property svn:executable set to *
File size: 215 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.tmp
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.