diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 13:32:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:09 +0700 |
commit | 61214c701568f7762c128b6e55d3fab2c6d0b219 (patch) | |
tree | 8873829d5b1f06024028ae2810f34f22b873ef9c /desktop | |
parent | 8fe1aa890326e6b444c472202c1d02acd71cd9c0 (diff) |
desktop/x2x: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/x2x/x2x.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/x2x/x2x.SlackBuild b/desktop/x2x/x2x.SlackBuild index a53d912c6e43..775973b5783b 100644 --- a/desktop/x2x/x2x.SlackBuild +++ b/desktop/x2x/x2x.SlackBuild @@ -26,9 +26,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 |