From 5074c8e40612375216c484fd63616569ead26a39 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 9 Sep 2021 13:35:30 -0400 Subject: [PATCH] desktop/xdgmenumaker: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- desktop/xdgmenumaker/xdgmenumaker.SlackBuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild index fe9b955446..9c5b476338 100644 --- a/desktop/xdgmenumaker/xdgmenumaker.SlackBuild +++ b/desktop/xdgmenumaker/xdgmenumaker.SlackBuild @@ -29,9 +29,6 @@ PKGTYPE=${PKGTYPE:-tgz} # pure python, no compiled code at all 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