From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pz0-f42.google.com ([209.85.210.42]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1RIfkN-0002lE-QB for ptxdist@pengutronix.de; Tue, 25 Oct 2011 14:04:49 +0200 Received: by pzk36 with SMTP id 36so1223436pzk.1 for ; Tue, 25 Oct 2011 05:04:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 25 Oct 2011 08:04:38 -0400 Message-ID: From: Jon Ringle Subject: Re: [ptxdist] How to update another packet at install Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Oct 24, 2011 at 4:49 PM, Philippe Corbes wrote: > =A0=A0=A0 #!/bin/sh > =A0=A0=A0 case "$1" in > =A0=A0=A0 =A0=A0=A0 configure) > =A0=A0=A0 =A0=A0=A0 $(call install_replace, pekwm-clearlooks, > $(PEKWM_CLEARLOOKS_INSTALL_DIR).pekwm/config, \ > =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 "usr/share/pekwm/themes/default", > "usr/share/pekwm/themes/Clearlooks" ); > =A0=A0=A0 =A0=A0=A0 ;; > =A0=A0=A0 esac Re-read my original response. A script like the above should be in a *file* rules/pekwm-clearlooks.postinst. Of course the $(call install_replace ...) is not valid at install time on the target. Jon -- = ptxdist mailing list ptxdist@pengutronix.de