diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-02 16:58:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:29 +0700 |
commit | 4d34ca77bba434740a7d8f783a530e9e5a69957a (patch) | |
tree | b512fc97f725a633f1ce28ed7fc5985453dfad17 /accessibility | |
parent | 5f60eaaa2875c37671eae858f391fef55af001d4 (diff) | |
download | slackbuilds-4d34ca77bba434740a7d8f783a530e9e5a69957a.tar.gz |
accessibility/xsel: 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/xsel/xsel.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/xsel/xsel.SlackBuild b/accessibility/xsel/xsel.SlackBuild index e9326d7665..983f719197 100644 --- a/accessibility/xsel/xsel.SlackBuild +++ b/accessibility/xsel/xsel.SlackBuild @@ -23,9 +23,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 |