diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 13:07:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:08 +0700 |
commit | 5ed7228091d81eecd7703782dbe119a7e32b8301 (patch) | |
tree | 81cfd40aaac1bf8874532671154b9f046c6e167f /desktop | |
parent | 0ae62cd905cee9c39de48e1fe827137a692f19a8 (diff) | |
download | slackbuilds-5ed7228091d81eecd7703782dbe119a7e32b8301.tar.gz |
desktop/wmweather+: 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/wmweather+/wmweather+.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/wmweather+/wmweather+.SlackBuild b/desktop/wmweather+/wmweather+.SlackBuild index 12cbc952cc..eabec1edbe 100644 --- a/desktop/wmweather+/wmweather+.SlackBuild +++ b/desktop/wmweather+/wmweather+.SlackBuild @@ -61,9 +61,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 |