#!/bin/sh
 
#
#  To remove obselete /usr/$CDEBOOKMARKS area incorrectly installed under /usr
#  during Solaris 2.6 early access release.
#

/usr/bin/rm -rf $BASEDIR/?CDEBOOKMARKS  2>&1 >/dev/null

