pkg/DEINSTALL should also point to the right file

This commit is contained in:
lebel 2001-06-30 00:52:20 +00:00
parent 014d0aee75
commit eef8dd4b82

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2001/06/16 14:56:26 lebel Exp $ # $OpenBSD: DEINSTALL,v 1.2 2001/06/30 00:52:20 lebel Exp $
# #
# siphon de-installation # siphon de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local} PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/osprints.conf CONFIG_FILE=${SYSCONFDIR}/osprints.conf
if [ -d $CONFIG_DIR ]; then if [ -f $CONFIG_FILE ]; then
echo echo
echo "+---------------" echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform" echo "| To completely deinstall the $1 package you need to perform"