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