#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	if [ -f /etc/uci-defaults/09-ghttpd ]; then
		chmod 755 /etc/uci-defaults/09-ghttpd
		/etc/uci-defaults/09-ghttpd && rm -f /etc/uci-defaults/09-ghttpd
	fi
fi
