diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 17:42:56 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:12 +0700 |
commit | 6ca3e63431131b8e363f678487e50cceae213237 (patch) | |
tree | c665d6f21d48d0608c0b3b22676c7643b69b9691 /graphics/ralcgm | |
parent | 4ea845d232465aae210cd8463cc39e2db3862182 (diff) |
graphics/ralcgm: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/ralcgm')
-rw-r--r-- | graphics/ralcgm/ralcgm.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/ralcgm/ralcgm.SlackBuild b/graphics/ralcgm/ralcgm.SlackBuild index c8a4073cb857a..895f831984f0f 100644 --- a/graphics/ralcgm/ralcgm.SlackBuild +++ b/graphics/ralcgm/ralcgm.SlackBuild @@ -22,9 +22,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 |