replace @unexec with a more sane @extraunexec so that pkg_delete notifies

the user, instead of just removing the symlink.

ok merdely@
This commit is contained in:
okan 2008-05-08 17:09:49 +00:00
parent 0905eb839d
commit 321a1b0b0b
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.54 2008/02/26 18:37:38 merdely Exp $
# $OpenBSD: Makefile,v 1.55 2008/05/08 17:09:49 okan Exp $
COMMENT= send/receive faxes and share modems
DISTNAME= hylafax-4.4.4
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= comms
HOMEPAGE= http://www.HylaFAX.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2008/02/08 23:10:46 okan Exp $
@comment $OpenBSD: PLIST,v 1.15 2008/05/08 17:09:50 okan Exp $
@conflict p5-SendPage-*
@mode 4555
@owner uucp
@ -482,4 +482,4 @@ share/doc/hylafax/README.OpenBSD
@exec ln -sf %D/libdata/hylafax /var/spool/hylafax
@exec mkfifo %D/libdata/hylafax/FIFO; chown uucp:dialer %D/libdata/hylafax/FIFO; chmod 600 %D/libdata/hylafax/FIFO
@unexec rm %D/libdata/hylafax/FIFO
@unexec rm -fr /var/spool/hylafax/
@extraunexec rm -f /var/spool/hylafax