#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	/etc/init.d/repo-server stop
	/etc/init.d/repo-server disable
	rm -f /etc/opkg/customfeeds.conf
}
exit 0
