diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-07 16:54:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:03 +0700 |
commit | 2dec616d41aa6c4675f6530c0c9a9fcf98a12e28 (patch) | |
tree | 6f17e9037ecb0f3a827291c7b31a925f1e07660d /desktop | |
parent | ad52eca324a6fe47cbdab7296ec86bfe43eac175 (diff) | |
download | slackbuilds-2dec616d41aa6c4675f6530c0c9a9fcf98a12e28.tar.gz |
desktop/clipmenu: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/clipmenu/clipmenu.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/clipmenu/clipmenu.SlackBuild b/desktop/clipmenu/clipmenu.SlackBuild index b115f7fb8c..79ff083e7e 100644 --- a/desktop/clipmenu/clipmenu.SlackBuild +++ b/desktop/clipmenu/clipmenu.SlackBuild @@ -28,9 +28,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 |