diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-24 13:42:07 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:38 +0700 |
commit | b9eb07121a0275f88aa29650c3fa13aedfeaebe7 (patch) | |
tree | 3a68f6efc4ddada93e522a6959caead09c880b84 /system/oldschool-pc-fonts | |
parent | 1e01896f69f533e6f5292f1e202884e8cbca57b1 (diff) |
system/oldschool-pc-fonts: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/oldschool-pc-fonts')
-rw-r--r-- | system/oldschool-pc-fonts/oldschool-pc-fonts.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/oldschool-pc-fonts/oldschool-pc-fonts.SlackBuild b/system/oldschool-pc-fonts/oldschool-pc-fonts.SlackBuild index 4feb788a387a..7f49d2cba976 100644 --- a/system/oldschool-pc-fonts/oldschool-pc-fonts.SlackBuild +++ b/system/oldschool-pc-fonts/oldschool-pc-fonts.SlackBuild @@ -48,9 +48,6 @@ PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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 |