pkg/DEINSTALL should also point to the right file
This commit is contained in:
parent
014d0aee75
commit
eef8dd4b82
@ -1,5 +1,5 @@
|
||||
#!/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
|
||||
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/osprints.conf
|
||||
|
||||
if [ -d $CONFIG_DIR ]; then
|
||||
if [ -f $CONFIG_FILE ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
Loading…
Reference in New Issue
Block a user