diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-02 15:29:28 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:27 +0700 |
commit | 9e3b567fffccdb6e9f9ceedd6596be1892dca6e9 (patch) | |
tree | 412d09acf3172bd1d4b3eb79c6108a964df30f80 /accessibility/mag | |
parent | 43b45a7ce3c8650836ab6a4717e209e30e0251c7 (diff) | |
download | slackbuilds-9e3b567fffccdb6e9f9ceedd6596be1892dca6e9.tar.gz |
accessibility/mag: remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/mag')
-rw-r--r-- | accessibility/mag/mag.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/mag/mag.SlackBuild b/accessibility/mag/mag.SlackBuild index 8e9465d381..470ddbc49a 100644 --- a/accessibility/mag/mag.SlackBuild +++ b/accessibility/mag/mag.SlackBuild @@ -24,9 +24,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 |