#!/bin/sh
    sed -i '/dorboot/d' /etc/crontabs/root >/dev/null 2>&1 || echo ""
    rm -rf /tmp/luci-modulecache/ >/dev/null 2>&1 || echo ""
    rm -f /tmp/luci-indexcache >/dev/null 2>&1 || echo ""
    exit 0
