#!/bin/sh
TMP=/tmp/.web
echo "successfully installed"
echo "syncing disk"
echo "please reboot your box so that the extension will be mounted..."
model=`cat /etc/model`
cp /var/swap/extensions/WebInterface/web-data/img/rc."$model".jpg /var/swap/extensions/WebInterface/web-data/img/rc.jpg
rm -rf /var/swap/extensions/WebInterface/web-data/img/rc.*.jpg

sync
exit 0