diff options
author | jeh <jeh@FreeBSD.org> | 2000-11-03 21:10:23 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-11-03 21:10:23 +0800 |
commit | 0fc632e93cccbb710465614219e6b4a25348f595 (patch) | |
tree | b4e1f626f361eb52985e090844539eca06224065 /mail | |
parent | e12b21e4c170237571a60030edcb0ed92b3942d2 (diff) | |
download | freebsd-ports-gnome-0fc632e93cccbb710465614219e6b4a25348f595.tar.gz freebsd-ports-gnome-0fc632e93cccbb710465614219e6b4a25348f595.tar.zst freebsd-ports-gnome-0fc632e93cccbb710465614219e6b4a25348f595.zip |
Update pkg-plist to remove "extra" files
Submitted by: MAINTAINER
Diffstat (limited to 'mail')
-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 5c6397e67273..2d53c2930f28 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 |