From 61214c701568f7762c128b6e55d3fab2c6d0b219 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 9 Sep 2021 13:32:14 -0400 Subject: [PATCH] desktop/x2x: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- desktop/x2x/x2x.SlackBuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/desktop/x2x/x2x.SlackBuild b/desktop/x2x/x2x.SlackBuild index a53d912c6e..775973b578 100644 --- a/desktop/x2x/x2x.SlackBuild +++ b/desktop/x2x/x2x.SlackBuild @@ -26,9 +26,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