diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-08 01:06:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:06 +0700 |
commit | 751cd2ffa61ae0274c0728746d547bd65e12c25a (patch) | |
tree | b93be2e82162d4f0f878d78bf09578fabcf27f3d /desktop | |
parent | a4f3faca3e6890bfbc8fc052ee7d0478f078ba2b (diff) |
desktop/unsaver: 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/unsaver/unsaver.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/unsaver/unsaver.SlackBuild b/desktop/unsaver/unsaver.SlackBuild index 21dc85bdfbad..89fd2b3c2625 100644 --- a/desktop/unsaver/unsaver.SlackBuild +++ b/desktop/unsaver/unsaver.SlackBuild @@ -22,9 +22,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 |