diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 13:35:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:09 +0700 |
commit | 5074c8e40612375216c484fd63616569ead26a39 (patch) | |
tree | 3a359894dfd738f3eb8eb565e3053ac7a5896b82 | |
parent | 61214c701568f7762c128b6e55d3fab2c6d0b219 (diff) | |
download | slackbuilds-5074c8e40612375216c484fd63616569ead26a39.tar.gz |
desktop/xdgmenumaker: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/xdgmenumaker/xdgmenumaker.SlackBuild | 3 |
1 files changed, 0 insertions, 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 |