summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Filippo Tessarotto2018-05-12 18:59:05 +0200
committer Willy Sudiarto Raharjo2018-05-13 02:05:12 +0200
commite8f5a4b792540ad99821e1d7591e2b236e60fed9 (patch)
tree59ad6c0a1e3ea411fcc5262705db73f844633020 /network
parenta41593e3eac705c781027be7a5b45f93ea94e0bc (diff)
downloadold.slackbuilds-e8f5a4b792540ad99821e1d7591e2b236e60fed9.tar.gz
network/postfix: Retain license files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 \;