diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-27 15:37:52 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:49 +0700 |
commit | faa0f142a09ada29a4f05ac625ee1290157ee668 (patch) | |
tree | cdd123a427b0f3ef418dc1913bb37303a81192db /system/archivemount | |
parent | d83c32cb6142a4190241e96691807d653cb395bc (diff) |
system/archivemount: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/archivemount')
-rw-r--r-- | system/archivemount/archivemount.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/archivemount/archivemount.SlackBuild b/system/archivemount/archivemount.SlackBuild index 0542296d5cf7..047d4c85d022 100644 --- a/system/archivemount/archivemount.SlackBuild +++ b/system/archivemount/archivemount.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 |