summaryrefslogtreecommitdiffstats
path: root/network/postfix
diff options
context:
space:
mode:
author Filippo Tessarotto <zoeslam@gmail.com>2018-05-12 23:59:05 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-13 07:05:12 +0700
commitea0e1559026f29d651a60334cd64e00fd01b5283 (patch)
treed23cb65d5a1bc82348131e015ecaf175185a1f78 /network/postfix
parent44f1e453075ef863b9dcea86532881ec4aeaa4d0 (diff)
downloadslackbuilds-ea0e1559026f29d651a60334cd64e00fd01b5283.tar.gz
slackbuilds-ea0e1559026f29d651a60334cd64e00fd01b5283.tar.xz
network/postfix: Retain license files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 \;