From 57c8cb15cf65a40c0ebc5e0f264852270492ef72 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 10 Sep 2021 19:03:11 -0400 Subject: [PATCH] misc/font-unscii: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- misc/font-unscii/font-unscii.SlackBuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/font-unscii/font-unscii.SlackBuild b/misc/font-unscii/font-unscii.SlackBuild index cdc69de119..a7078b83b1 100644 --- a/misc/font-unscii/font-unscii.SlackBuild +++ b/misc/font-unscii/font-unscii.SlackBuild @@ -17,9 +17,6 @@ TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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