From 063f0012e0af7444aafb6d691e717c2da3e4ccdd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 27 Aug 2021 16:01:33 -0400 Subject: [PATCH] system/agedu: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/agedu/agedu.SlackBuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/agedu/agedu.SlackBuild b/system/agedu/agedu.SlackBuild index 5adc86d82f..3ecbea3f48 100644 --- a/system/agedu/agedu.SlackBuild +++ b/system/agedu/agedu.SlackBuild @@ -31,9 +31,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