diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-15 14:18:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:13 +0700 |
commit | b64588a8ffa48abfb2e6bc8000e577dd7eaf531d (patch) | |
tree | 053abfed6fc0ee410ba73ecb5d4f426a464678fe /games/xcowsay/xcowsay.SlackBuild | |
parent | c6765443e9f7ae76e4aa1cfa41a1e5d6711c1ec8 (diff) |
games/xcowsay: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xcowsay/xcowsay.SlackBuild')
-rw-r--r-- | games/xcowsay/xcowsay.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/xcowsay/xcowsay.SlackBuild b/games/xcowsay/xcowsay.SlackBuild index 46ac4b43e5910..7f30b85d3c786 100644 --- a/games/xcowsay/xcowsay.SlackBuild +++ b/games/xcowsay/xcowsay.SlackBuild @@ -38,9 +38,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 |