diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-10 19:13:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:17 +0700 |
commit | 89cae58558df25bc4276ab5a260432d258efcd2c (patch) | |
tree | a3a6524c96b559d00160ea0f82376cc5a295036e | |
parent | 6804392ee311f39b0c6a9521820d00c58e0067c6 (diff) | |
download | slackbuilds-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>
-rw-r--r-- | misc/pinfo/README | 9 | ||||
-rw-r--r-- | misc/pinfo/pinfo.SlackBuild | 3 |
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 |