summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2021-08-27 21:37:52 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:49 +0200
commitfaa0f142a09ada29a4f05ac625ee1290157ee668 (patch)
treecdd123a427b0f3ef418dc1913bb37303a81192db /system
parentd83c32cb6142a4190241e96691807d653cb395bc (diff)
downloadslackbuilds-faa0f142a09ada29a4f05ac625ee1290157ee668.tar.gz
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')
-rw-r--r--system/archivemount/archivemount.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/archivemount/archivemount.SlackBuild b/system/archivemount/archivemount.SlackBuild
index 0542296d5c..047d4c85d0 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