diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-05 14:22:06 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:31 +0700 |
commit | 849f5b2cfb5171304f994172c7b7f7eb5bea786b (patch) | |
tree | af5f1b9878e98f4536c633a2dd517d12a210199d /audio | |
parent | 67e4742de4fb3b12a868a55fa76937a8241e79e0 (diff) | |
download | slackbuilds-849f5b2cfb5171304f994172c7b7f7eb5bea786b.tar.gz |
audio/apulse: remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/apulse/apulse.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/apulse/apulse.SlackBuild b/audio/apulse/apulse.SlackBuild index 139c90bd0c..15d1855d9a 100644 --- a/audio/apulse/apulse.SlackBuild +++ b/audio/apulse/apulse.SlackBuild @@ -48,9 +48,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 |