#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] && exit 0
echo "Stopping link service..."
/etc/init.d/link stop
/etc/init.d/link disable
exit 0
