summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-09-09 10:10:53 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:07 +0200
commitf72c197316953bb30583d195c80658e13775aee9 (patch)
treeb95d59e21fa4f773a0129d12f69c6d55a3b8175c
parent24d00eddd913773416dbf6ceaedf19e52777a73d (diff)
downloadslackbuilds-f72c197316953bb30583d195c80658e13775aee9.tar.gz
desktop/wmsupermon: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/wmsupermon/wmsupermon.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/wmsupermon/wmsupermon.SlackBuild b/desktop/wmsupermon/wmsupermon.SlackBuild
index d8828adf91..cb36253ae7 100644
--- a/desktop/wmsupermon/wmsupermon.SlackBuild
+++ b/desktop/wmsupermon/wmsupermon.SlackBuild
@@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0