diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-10 19:03:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:16 +0700 |
commit | 57c8cb15cf65a40c0ebc5e0f264852270492ef72 (patch) | |
tree | b365a656642adaf61b436dfa705c830833b74c7e | |
parent | 1749fb08104bb11d9e70d83d1c3f7223718af4e6 (diff) |
misc/font-unscii: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/font-unscii/font-unscii.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/font-unscii/font-unscii.SlackBuild b/misc/font-unscii/font-unscii.SlackBuild index cdc69de1198c..a7078b83b1d4 100644 --- a/misc/font-unscii/font-unscii.SlackBuild +++ b/misc/font-unscii/font-unscii.SlackBuild @@ -17,9 +17,6 @@ TAG=${TAG:-_SBo} 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 |