summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson2020-01-04 01:03:48 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:41 +0100
commitb389d639d323914dd5604e8b4225a3a7d09debbd (patch)
treeb499f9f89807cf24819e96815f3d31cf5c83ba49 /network
parenta3fd070d2557ffd466837997304f3af7b42c8ef4 (diff)
downloadslackbuilds-b389d639d323914dd5604e8b4225a3a7d09debbd.tar.gz
network/iptv-analyzer: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r--network/iptv-analyzer/iptv-analyzer.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/network/iptv-analyzer/iptv-analyzer.SlackBuild b/network/iptv-analyzer/iptv-analyzer.SlackBuild
index faf516d683..9342b16821 100644
--- a/network/iptv-analyzer/iptv-analyzer.SlackBuild
+++ b/network/iptv-analyzer/iptv-analyzer.SlackBuild
@@ -120,7 +120,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-# Remove perllocal.pod and other special files that don't need to be installed
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
# Remove empty directories