diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 17:38:46 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:12 +0700 |
commit | 4a1866b65ef17e555a9608880ca8fac8f804d7f6 (patch) | |
tree | a2e98053ac9d78ad8e743ff706aee344aef70083 | |
parent | 130de7406ebd0c2bff644c3fc8fb951c45f22ab0 (diff) | |
download | slackbuilds-4a1866b65ef17e555a9608880ca8fac8f804d7f6.tar.gz |
graphics/pcx-pixbuf-loader: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/pcx-pixbuf-loader/pcx-pixbuf-loader.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/pcx-pixbuf-loader/pcx-pixbuf-loader.SlackBuild b/graphics/pcx-pixbuf-loader/pcx-pixbuf-loader.SlackBuild index 53c628293c..bf086383c2 100644 --- a/graphics/pcx-pixbuf-loader/pcx-pixbuf-loader.SlackBuild +++ b/graphics/pcx-pixbuf-loader/pcx-pixbuf-loader.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 |