#!/bin/sh [ -z "${IPKG_INSTROOT}" -a -f "/etc/uci-defaults/px5g" ] && { ( . /etc/uci-defaults/px5g ) && rm -f /etc/uci-defaults/px5g exit } exit 0