#!/bin/sh
INSTDIR="$1"

rm -f $INSTDIR/bin/e2webserv

if [ -f /mnt/config/usercmd.sh ]; then
	sed -i '/e2webserv/d' /mnt/config/usercmd.sh
fi

exit 0