From 5ed7228091d81eecd7703782dbe119a7e32b8301 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 9 Sep 2021 13:07:20 -0400 Subject: [PATCH] desktop/wmweather+: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- desktop/wmweather+/wmweather+.SlackBuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/desktop/wmweather+/wmweather+.SlackBuild b/desktop/wmweather+/wmweather+.SlackBuild index 12cbc952cc..eabec1edbe 100644 --- a/desktop/wmweather+/wmweather+.SlackBuild +++ b/desktop/wmweather+/wmweather+.SlackBuild @@ -61,9 +61,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