diff options
author | tron <tron> | 1999-04-20 16:39:11 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-20 16:39:11 +0000 |
commit | e9dacdef64e729c70f20f00b1b19fb0b87e1b5eb (patch) | |
tree | a5a61d63efe357ddd8989e9a9f5f420cfbceb2cb /audio | |
parent | c9e41ee41d7ebec440c4a733aecb53a33dc381bc (diff) | |
download | pkgsrc-e9dacdef64e729c70f20f00b1b19fb0b87e1b5eb.tar.gz |
Use "@unexec rm -f" to remove "etc/rplay.conf" because it doesn't get
installed by default.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rplay/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rplay/pkg/PLIST b/audio/rplay/pkg/PLIST index 495d92baa06..ffbf6e5e704 100644 --- a/audio/rplay/pkg/PLIST +++ b/audio/rplay/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 1999/03/29 12:58:59 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 1999/04/20 16:39:11 tron Exp $ etc/rc.d/rplayd.sh etc/rplay.hosts -etc/rplay.conf +@unexec rm -f %D/etc/rplay.conf bin/rplay bin/rptp @comment requires XForms |