#!/bin/sh
[ -n "$IPKG_INSTROOT" ] || {
	/etc/init.d/logrus stop 2>/dev/null
	/etc/init.d/logrus disable 2>/dev/null
}
exit 0
