freebsd-ports/databases/grass-i18n/pkg-deinstall
Mark Linimon 71e67deb31 Update to 5.0.2, and add a little bit of deinstall logic.
PR:		ports/57931
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2003-12-09 01:46:09 +00:00

12 lines
199 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# 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/*