diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-12 02:01:33 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:44 +0700 |
commit | 04fdc9530a939da5cfa27b6a3c3f83b1610e9d94 (patch) | |
tree | df01d23d693793f34be61d11b342214888257c7e /perl/perl-file-libmagic | |
parent | b1cd86a4d837844befe87db7764b81b217b60024 (diff) |
perl/perl-file-libmagic: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-file-libmagic')
-rw-r--r-- | perl/perl-file-libmagic/perl-file-libmagic.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl/perl-file-libmagic/perl-file-libmagic.SlackBuild b/perl/perl-file-libmagic/perl-file-libmagic.SlackBuild index 0eb42a19e767..61bbaba4bc3e 100644 --- a/perl/perl-file-libmagic/perl-file-libmagic.SlackBuild +++ b/perl/perl-file-libmagic/perl-file-libmagic.SlackBuild @@ -25,9 +25,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 |