diff options
author | jeh <jeh@FreeBSD.org> | 2000-11-03 13:10:23 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-11-03 13:10:23 +0000 |
commit | 0fc632e93cccbb710465614219e6b4a25348f595 (patch) | |
tree | b4e1f626f361eb52985e090844539eca06224065 /mail/postfix-current | |
parent | e12b21e4c170237571a60030edcb0ed92b3942d2 (diff) | |
download | FreeBSD-ports-0fc632e93cccbb710465614219e6b4a25348f595.zip FreeBSD-ports-0fc632e93cccbb710465614219e6b4a25348f595.tar.gz |
Update pkg-plist to remove "extra" files
Submitted by: MAINTAINER
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 5c6397e..2d53c29 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -1,3 +1,5 @@ +@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/postfix/etc/main.cf; fi +@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/postfix/etc/master.cf; fi etc/postfix/LICENSE etc/postfix/postfix-script etc/postfix/sample-access |