#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
     /etc/init.d/lingti_luci disable
     /etc/init.d/lingti_luci stop
fi
exit 0
