@extra support. okay sturm@.

This commit is contained in:
xsa 2004-04-12 10:02:33 +00:00
parent f5ccdd0f05
commit 49f9169a3f
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2001/01/02 14:50:35 naddy Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/12 10:02:33 xsa Exp $
#
# De-installation setup of ion
@ -38,7 +38,8 @@ fi
#
case $2 in
DEINSTALL)
if [ -e ${CONFIG_DIR} ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a \
-e ${CONFIG_DIR} ]; then
do_notice "$1"
fi
;;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2002/01/25 07:07:35 mark Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/04/12 10:02:33 xsa Exp $
bin/ion
bin/ion-edit
bin/ion-man
@ -18,3 +18,4 @@ share/examples/ion/look-wheat.conf
share/examples/ion/sample.conf
@dirrm share/examples/ion
@dirrm share/doc/ion
@extraunexec rm -rf ${SYSCONFDIR}/ion