diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-26 14:59:47 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:45 +0700 |
commit | 6daf103f8a92525e4db96c9bb441d49684dacfae (patch) | |
tree | feb1269bfe834a45affc3b05c7cb8d021921821f /system | |
parent | 2ea93f1e315f49db91109a3ffa1f4689c618a6b6 (diff) | |
download | slackbuilds-6daf103f8a92525e4db96c9bb441d49684dacfae.tar.gz |
system/dse-typewriter-font: 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/dse-typewriter-font/dse-typewriter-font.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/dse-typewriter-font/dse-typewriter-font.SlackBuild b/system/dse-typewriter-font/dse-typewriter-font.SlackBuild index b535b5e782..a8469149ea 100644 --- a/system/dse-typewriter-font/dse-typewriter-font.SlackBuild +++ b/system/dse-typewriter-font/dse-typewriter-font.SlackBuild @@ -15,9 +15,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 |