use @extra
This commit is contained in:
parent
e591f9c6bb
commit
8630bbd1eb
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2002/08/23 10:53:04 naddy Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2003/08/22 19:29:37 naddy Exp $
|
||||
#
|
||||
# star de-installation
|
||||
|
||||
@ -52,7 +52,7 @@ fi
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ -f ${CONFIG_FILE} ]; then
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes -a -f ${CONFIG_FILE} ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
do_unlink "$1"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/11/29 20:59:47 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/08/22 19:29:37 naddy Exp $
|
||||
bin/smt
|
||||
bin/star
|
||||
bin/tartest
|
||||
@ -10,3 +10,5 @@ man/man1/ustar.1
|
||||
man/man8/srmt.8
|
||||
share/examples/star/srmt.conf.sample
|
||||
@dirrm share/examples/star
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra srmt.conf
|
||||
|
Loading…
Reference in New Issue
Block a user