From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: How to deal with system-wide state databases Date: Tue, 14 Jun 2016 12:11:51 +0200 Message-ID: <8737oghyfs.fsf@gnu.org> References: <87porppewk.fsf@gnu.org> <87mvmtyyio.fsf@gnu.org> <87wplttout.fsf@gnu.org> <8737ohcede.fsf@gnu.org> <87porldn1l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bClKA-0005qk-5I for guix-devel@gnu.org; Tue, 14 Jun 2016 06:11:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bClK5-0001OC-Un for guix-devel@gnu.org; Tue, 14 Jun 2016 06:11:57 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bClK5-0001O6-Rf for guix-devel@gnu.org; Tue, 14 Jun 2016 06:11:53 -0400 In-Reply-To: <87porldn1l.fsf@gnu.org> (Roel Janssen's message of "Mon, 13 Jun 2016 19:19:18 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Roel Janssen Cc: guix-devel@gnu.org Roel Janssen skribis: > Ludovic Court=C3=A8s writes: [...] >>> With this construct, I'd have to patch out the 'scrollkeeper-update' >>> command from the GParted build system. >> >> Yes. > > Great. So the next step with GParted is to create a > 'scrollkeeper-database' hook. I'm not sure how to do that by looking at > the existing hooks, but I will attempt to create one. To be clear, you can already provide a GParted package. The scrollkeeper hook is orthogonal. Ludo=E2=80=99.