diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-02 16:53:03 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:28 +0700 |
commit | 831f35ff0093f9242c535a3cb4ad5a445221666f (patch) | |
tree | b39793c01c8fa37d92552e636c37e6a75b9b5076 /accessibility/wgetpaste | |
parent | 65dacf6c880e4a461d04839845c8e673b8430f0d (diff) |
accessibility/wgetpaste: remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/wgetpaste')
-rw-r--r-- | accessibility/wgetpaste/wgetpaste.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/wgetpaste/wgetpaste.SlackBuild b/accessibility/wgetpaste/wgetpaste.SlackBuild index 43b6e9ff1907..8529482bd17d 100644 --- a/accessibility/wgetpaste/wgetpaste.SlackBuild +++ b/accessibility/wgetpaste/wgetpaste.SlackBuild @@ -49,9 +49,6 @@ ARCH=noarch ZSHDIR=/usr/share/zsh/site-functions -# 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 |