openbsd-ports/devel/lam/pkg/DEINSTALL
todd f2545dd6f5 - bump version to 6.5.9 from 6.5.1
- fix pkg/*INSTALL (dont hardcode /etc, use ${SYSCONFDIR}) (prompted by nikolay)
- misc tweaks noticed while I was here
- remove upstream accepted patch
2003-04-24 23:48:48 +00:00

22 lines
483 B
Plaintext

# $OpenBSD: DEINSTALL,v 1.2 2003/04/24 23:48:48 todd Exp $
#
# LAM de-installation
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
DB_DIR=${DB_DIR}
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| these steps as root:"
echo "|"
echo "| rm -f ${SYSCONFDIR}/lam-*"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
exit 0