View | Details | Raw Unified | Return to bug 34881
Collapse All | Expand All

(-)pkg-plist (-8 / +8 lines)
Lines 1-13 Link Here
1
@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi
1
@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi
2
@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi
2
@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi
3
@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi
3
@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access.cf; then rm -f %D/etc/postfix/access; fi
4
@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi
4
@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases.cf; then rm -f %D/etc/postfix/aliases; fi
5
@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi
5
@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical.cf; then rm -f %D/etc/postfix/canonical; fi
6
@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi
6
@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table.cf; then rm -f %D/etc/postfix/pcre_table; fi
7
@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi
7
@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table.cf; then rm -f %D/etc/postfix/regexp_table; fi
8
@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi
8
@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated.cf; then rm -f %D/etc/postfix/relocated; fi
9
@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi
9
@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport.cf; then rm -f %D/etc/postfix/transport; fi
10
@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi
10
@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual.cf; then rm -f %D/etc/postfix/virtual; fi
11
bin/rmail
11
bin/rmail
12
etc/postfix/LICENSE
12
etc/postfix/LICENSE
13
etc/postfix/main.cf.default
13
etc/postfix/main.cf.default

Return to bug 34881