summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
author B. Watson2021-08-02 21:25:50 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:27 +0200
commit43b45a7ce3c8650836ab6a4717e209e30e0251c7 (patch)
treefb32ffa96259696d5c25b5e5a9240766310fde86 /accessibility
parent81b7beb0b4d915c921b3b9ffe8b0d413b107713e (diff)
downloadslackbuilds-43b45a7ce3c8650836ab6a4717e209e30e0251c7.tar.gz
accessibility/fonts-opendyslexic: remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild b/accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild
index 1f5dc30a33..42bd6fc073 100644
--- a/accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild
+++ b/accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild
@@ -9,8 +9,7 @@
# Yes, I know, there are newer versions of this at github. However,
# they lack the compiled OpenDyslexicMono (terminal) font, and the tools
# required to compile the source would require me submitting 15 or 20
-# python SlackBuilds for the tools and all their deps. Plus, they need
-# versions of libraries that probably are too new to work on 14.2.
+# python SlackBuilds for the tools and all their deps. Not interested.
# The Debian package only includes the .otf fonts. That's what I'll do
# by default, but I'll support installing the other types if needed.
@@ -27,9 +26,6 @@ SRCDIR=open-dyslexic-$VERSION-Stable
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