diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-29 00:58:41 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-30 23:55:33 +0700 |
commit | ec0ee3c5f7d1d147c6f0db34ff1b64ba0b5c6a60 (patch) | |
tree | 0beaa2d6de98778b5b0c99ac743c9d2df46c0daf /network/owncloud-client/owncloud-client.SlackBuild | |
parent | 79be842a8f53ad36c860daa9fdbaa84d8396b6cb (diff) |
network/owncloud-client: Orphan maintenance of owncloud-client
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client/owncloud-client.SlackBuild')
-rw-r--r-- | network/owncloud-client/owncloud-client.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild index c4d7b7d749fb1..7a014c6a9d641 100644 --- a/network/owncloud-client/owncloud-client.SlackBuild +++ b/network/owncloud-client/owncloud-client.SlackBuild @@ -41,9 +41,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 |