#!/bin/sh
rm -rf ${IPKG_INSTROOT}/etc/config/pppoe-server >/dev/null 2>&1
rm -rf ${IPKG_INSTROOT}/etc/init.d/pppoe-server >/dev/null 2>&1
exit 0
