#!/bin/sh
if [ -d /opt/cleven ]; then
   rm -rf /opt/cleven
fi
