summaryrefslogtreecommitdiffstats
path: root/network/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'network/postfix')
-rw-r--r--network/postfix/postfix.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/network/postfix/postfix.SlackBuild b/network/postfix/postfix.SlackBuild
index 6339f5973e..4242706e6b 100644
--- a/network/postfix/postfix.SlackBuild
+++ b/network/postfix/postfix.SlackBuild
@@ -172,8 +172,6 @@ make non-interactive-package \
manpage_directory=/usr/man \
readme_directory=/usr/doc/$PRGNAM-$VERSION/README_FILES
-rm -f $PKG/etc/postfix/{TLS_,}LICENSE
-
install -D -m 0644 -oroot -groot $CWD/rc.postfix $PKG/etc/rc.d/rc.postfix.new
find $PKG/etc/postfix -type f ! -name "*.default" ! -name "*.proto" ! -name "*.out" \
! -name "postfix-files" -exec mv {} {}.new \;