From eba7a6bc5a19aca24b776fa0bc630e713c58a657 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 1 Aug 2021 17:43:41 -0400 Subject: [PATCH] system/xidel: remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/xidel/xidel.SlackBuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/xidel/xidel.SlackBuild b/system/xidel/xidel.SlackBuild index 46d90f52dd..e22860b611 100644 --- a/system/xidel/xidel.SlackBuild +++ b/system/xidel/xidel.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