diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-27 15:59:27 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:49 +0700 |
commit | 33de9394e6e13c0558a990e2245f1e48f33d846a (patch) | |
tree | 95ef66d7ed894f8782a6005eb28b6103c4dd5d7e /system/apg | |
parent | f0e94214a8c024634261e94df81af7f47d0f02a4 (diff) | |
download | slackbuilds-33de9394e6e13c0558a990e2245f1e48f33d846a.tar.gz |
system/apg: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/apg')
-rw-r--r-- | system/apg/apg.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/apg/apg.SlackBuild b/system/apg/apg.SlackBuild index 61f96f6319..de7c411387 100644 --- a/system/apg/apg.SlackBuild +++ b/system/apg/apg.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 |