diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-02 15:31:47 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:27 +0700 |
commit | 605334dd127f8921b5f1e3883013c16fa9a276a7 (patch) | |
tree | 09624c48f81f6b77f68f8a2e698026a4137ed1cf /accessibility | |
parent | 9e3b567fffccdb6e9f9ceedd6596be1892dca6e9 (diff) | |
download | slackbuilds-605334dd127f8921b5f1e3883013c16fa9a276a7.tar.gz |
accessibility/pastebinit: 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/pastebinit/pastebinit.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/pastebinit/pastebinit.SlackBuild b/accessibility/pastebinit/pastebinit.SlackBuild index 77386ce77b..f01538abfa 100644 --- a/accessibility/pastebinit/pastebinit.SlackBuild +++ b/accessibility/pastebinit/pastebinit.SlackBuild @@ -27,9 +27,6 @@ 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 |