Details
Description
I found the following in the pre-install scriptlet. I imagine that you should be using $RPM_INSTALL_PREFIX0 instead of /opt/couchbase here.
{code}
if [ -d /opt/couchbase ]
then
find /opt/couchbase -maxdepth 1 -type l | xargs rm -f || true
fi
{code}
{code}
if [ -d /opt/couchbase ]
then
find /opt/couchbase -maxdepth 1 -type l | xargs rm -f || true
fi
{code}