@extra support; okay sturm@.
This commit is contained in:
parent
2fc936cd9d
commit
888b84d5a0
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# $RuOBSD: DEINSTALL,v 1.2 2002/04/10 05:14:52 form Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2002/04/24 11:05:06 form Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.5 2004/04/12 11:55:24 xsa Exp $
|
||||
#
|
||||
# joe de-installation
|
||||
|
||||
@ -9,7 +9,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_DIR=${SYSCONFDIR}/joe
|
||||
|
||||
if [ -d $CONFIG_DIR ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $CONFIG_DIR ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2002/04/25 02:59:09 form Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2004/04/12 11:55:24 xsa Exp $
|
||||
bin/jmacs
|
||||
bin/joe
|
||||
bin/jpico
|
||||
@ -15,3 +15,4 @@ share/examples/joe/jstarrc
|
||||
share/examples/joe/rjoerc
|
||||
@dirrm share/examples/joe
|
||||
@dirrm share/doc/joe
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/joe
|
||||
|
Loading…
Reference in New Issue
Block a user