diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 04:10:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:07 +0700 |
commit | f72c197316953bb30583d195c80658e13775aee9 (patch) | |
tree | b95d59e21fa4f773a0129d12f69c6d55a3b8175c /desktop/wmsupermon | |
parent | 24d00eddd913773416dbf6ceaedf19e52777a73d (diff) | |
download | slackbuilds-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>
Diffstat (limited to 'desktop/wmsupermon')
-rw-r--r-- | desktop/wmsupermon/wmsupermon.SlackBuild | 3 |
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 |