Received: from mail-24430.protonmail.ch (mail-24430.protonmail.ch [109.224.244.30]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id E5A4D225823 for <~alpine/users@lists.alpinelinux.org>; Thu, 15 May 2025 17:39:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1747330740; x=1747589940; bh=DM51SgbHGxaVSlu2WrinP0m656fyY7udi7mObGv7N7c=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=HGyC46OxdnOjmJAPB/L9I+mbMSiW+up1Kx9Qhs/gi81LalIgb+qJiGoNDampCLRhP HevID+AcxMbPj+T8EPJI922jf4X+37R7k9SfXuQBHJGnJjZaxh6ATNUAdOfSBvGLQK 4Lixeru7Rb+WHAF9NCql4USXQNwjc6zGCbWKnebjVH3Lk90pGK7VFyfoVGG3YvaFK7 d0+pgC5jRxYwYQ5rIYSOHgsUcboPSxSKX9lOMNnJVGbehOb3Nh9LgA9yPWt8xRIJsq MAHpogQ9u3N4mGx0InZiEFu7mqlL7hfEvOkOfTS9Lr+HCzXDUlKSswC/U3I1AWvtPB qTDRqy7vCN0MQ== Date: Thu, 15 May 2025 17:38:54 +0000 To: "~alpine/users@lists.alpinelinux.org" <~alpine/users@lists.alpinelinux.org> From: Pramod V U Subject: What exatly is install_if in apk? Message-ID: Feedback-ID: 100227433:user:proton X-Pm-Message-ID: 5dbd95e05a892aa0f6ce5dfd8d28664d254fe492 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I'm extremely sorry, I couldn't find any documentation on it. In the alpine testing repo, there's a service management suite named 66. I will be packaging frontends (analogous to openrc initscripts) for 66, for= alpine. They will be the name of the binary "$pkgnam" with "-66" suffix; Named "$pk= gnam-66" In order to make these packages install by themselves, similar to "$pkgnam-= openrc" if "openrc" is installed, I understood that there is a feature know= n as "install_if". But I am unable to find any info on how to use it, or even what exactly is = it. Help will be appreciated. Regards, Pramod V U