source: ipk/source.sh4/swapnetwork_webif/CONTROL/postinst@ 17841

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

[ipk] fix mc install and cleanup

  • Property svn:executable set to *
File size: 662 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.web
3echo "successfully installed"
4echo "syncing disk"
5echo "please reboot your box so that the extension will be mounted..."
6model=`cat /etc/model`
7cp /var/swap/extensions/WebInterface/web-data/img/rc."$model".jpg /var/swap/extensions/WebInterface/web-data/img/rc.jpg
8rm -rf /var/swap/extensions/WebInterface/web-data/img/rc.*.jpg
9cp -a /var/swap/extensions/WebInterface/web-data/tpl/default/tplWebRemote."$model".htm /var/swap/extensions/WebInterface/web-data/tpl/default/tplWebRemote.htm
10rm -rf /var/swap/extensions/WebInterface/web-data/tpl/default/tplWebRemote.*.htm
11
12sync
13echo "Rebooting Box in 10s..."
14sleep 5
15(sleep 10;init 6) &
16exit 0
Note: See TracBrowser for help on using the repository browser.