#!/bin/sh
#
# $FreeBSD: ports/databases/grass-i18n/pkg-deinstall,v 1.2 2004/08/22 16:53:25 hrs Exp $
#
# remove lockfile so that deinstallation can complete

if [ x$2 != xDEINSTALL ]; then
    exit
fi

echo "Removing lockfiles, if any ..."
rm -rf ${PKG_PREFIX}/grass5/locks/*
