diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 13:37:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:09 +0700 |
commit | a856e912abede827402bb919610755d45cad10ed (patch) | |
tree | 509e130b86d294d53e305dfe6576e73de423ee51 | |
parent | 5074c8e40612375216c484fd63616569ead26a39 (diff) | |
download | slackbuilds-a856e912abede827402bb919610755d45cad10ed.tar.gz |
desktop/xtrlock: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/xtrlock/xtrlock.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/xtrlock/xtrlock.SlackBuild b/desktop/xtrlock/xtrlock.SlackBuild index 7a6b41fb72..fa3743f332 100644 --- a/desktop/xtrlock/xtrlock.SlackBuild +++ b/desktop/xtrlock/xtrlock.SlackBuild @@ -28,9 +28,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 |