#!/bin/sh
echo "BEGIN preinstall@3.2-1: $*" 1>&2
if [ -d /opt/cleven ]; then
   rm -rf /opt/cleven
fi
echo "  END preinstall@3.2-1: $*" 1>&2
