diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-14 21:30:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-15 11:48:07 +0700 |
commit | ef5e33be40522530bbd29ac244d7f7123e8df911 (patch) | |
tree | 1fa0f8dad6e334673f81eb13731f7dbddea1ce2b /python | |
parent | 5cd035365ce97a1492e12f22090b9771d3d174fe (diff) |
python/python3-platformdirs: Remove extra commenting
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-platformdirs/python3-platformdirs.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python3-platformdirs/python3-platformdirs.SlackBuild b/python/python3-platformdirs/python3-platformdirs.SlackBuild index f2f5f4195bfe..609092b7cab3 100644 --- a/python/python3-platformdirs/python3-platformdirs.SlackBuild +++ b/python/python3-platformdirs/python3-platformdirs.SlackBuild @@ -40,9 +40,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 |