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
RevLine 
[9223]1#!/bin/sh
2TMP=/tmp/.web
3echo "successfully installed"
4echo "syncing disk"
5echo "please reboot your box so that the extension will be mounted..."
[9327]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
[9331]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
[9327]11
[9223]12sync
[15100]13echo "Rebooting Box in 10s..."
14sleep 5
15(sleep 10;init 6) &
[9223]16exit 0
Note: See TracBrowser for help on using the repository browser.