summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson2021-09-11 01:13:54 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:17 +0200
commit89cae58558df25bc4276ab5a260432d258efcd2c (patch)
treea3a6524c96b559d00160ea0f82376cc5a295036e /misc
parent6804392ee311f39b0c6a9521820d00c58e0067c6 (diff)
downloadslackbuilds-89cae58558df25bc4276ab5a260432d258efcd2c.tar.gz
misc/pinfo: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/pinfo/README9
-rw-r--r--misc/pinfo/pinfo.SlackBuild3
2 files changed, 5 insertions, 7 deletions
diff --git a/misc/pinfo/README b/misc/pinfo/README
index ad750c3d7d..6aa0b8f40b 100644
--- a/misc/pinfo/README
+++ b/misc/pinfo/README
@@ -1,7 +1,8 @@
pinfo (info file viewer)
-Pinfo is an info file viewer. It was created when the author, Przemek Borys,
-was very depressed trying to read gtk info entries using the standard tools.
+Pinfo is an info file viewer. It was created when the author, Przemek
+Borys, was very depressed trying to read gtk info entries using the
+standard tools.
-Pinfo is similar in use to lynx. It has similar key movements, and gives
-similar intuition.
+Pinfo is similar in use to lynx. It has similar key movements, and
+gives similar intuition.
diff --git a/misc/pinfo/pinfo.SlackBuild b/misc/pinfo/pinfo.SlackBuild
index 71f2aab426..5c640b1222 100644
--- a/misc/pinfo/pinfo.SlackBuild
+++ b/misc/pinfo/pinfo.SlackBuild
@@ -51,9 +51,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