diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-07 15:02:23 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:02 +0700 |
commit | d987bd73862a7d0f215c2062c5c07909c7128b81 (patch) | |
tree | c78dcb3c5b71142ed94a1f76a7d5d4df28ccddcd /development/xvi/xvi.SlackBuild | |
parent | 776e5a1fce30b0527a4761762d04e52aa3eb1426 (diff) |
development/xvi: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xvi/xvi.SlackBuild')
-rw-r--r-- | development/xvi/xvi.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/xvi/xvi.SlackBuild b/development/xvi/xvi.SlackBuild index 3d43484f2dcc3..aee08d418149d 100644 --- a/development/xvi/xvi.SlackBuild +++ b/development/xvi/xvi.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 |