diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 14:19:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:10 +0700 |
commit | eecfde952cd6cf7f695bee62612953f97c8dce6a (patch) | |
tree | 25a74e0e755a6e62ee11a4ab29ee4b2c8814c58f /graphics/flpsed/flpsed.SlackBuild | |
parent | 5c2fd54caf6eadb2bd494b6b639afdca26af4c4e (diff) |
graphics/flpsed: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/flpsed/flpsed.SlackBuild')
-rw-r--r-- | graphics/flpsed/flpsed.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/flpsed/flpsed.SlackBuild b/graphics/flpsed/flpsed.SlackBuild index 3528f002acb54..0690918aa9826 100644 --- a/graphics/flpsed/flpsed.SlackBuild +++ b/graphics/flpsed/flpsed.SlackBuild @@ -27,9 +27,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 |