e.g. (from portal-xtra1)
Code:#!/bin/sh echo "." echo "." echo "!! IMPORTANT !!" echo "-------------------------------------------" echo "You will need to reboot your Humax." echo "-------------------------------------------" echo "Power off, wait until the hard drive powers" echo "down - indicated by a small click." echo "Then power back on, and voila... ...enjoy" echo "-------------------------------------------" exit 0
I am going to try and look at this stuff today. I looked at xtra1 and the postinst in particular. What should this be for my portal does anyone know?
Code:
for f in Images Scripts include plugin/new-portal; do
[ -d /mod/webif/html/portal/$f ] && rm -rf /mod/webif/html/portal/$f
done
I changed plugin/xtra1 to plugin/new-portal but not sure if this is correct?