diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-29 13:49:59 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:53 +0700 |
commit | b9451d34412e301723b861e9ac7b16f6b2cedbf3 (patch) | |
tree | cf3b2e39b22d250e2836d7de30ed23f669d2f9b4 /development/bviplus/bviplus.SlackBuild | |
parent | fe95fc01c08f313a404bd06e548ad5b61b764e79 (diff) |
development/bviplus: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bviplus/bviplus.SlackBuild')
-rw-r--r-- | development/bviplus/bviplus.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/bviplus/bviplus.SlackBuild b/development/bviplus/bviplus.SlackBuild index 29f54e1e7ad5..0889c387c052 100644 --- a/development/bviplus/bviplus.SlackBuild +++ b/development/bviplus/bviplus.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 |