From bf547c9043b91d9a7d8785e1cc5a5c6f74fe499c Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 22 Nov 2006 00:38:00 +0000 Subject: packages: Update the packages that use volatiles to pass update as a parameter to populate-volatiles.sh to ensure that the volatiles cache is updated (if its in use) when a package is added after the initial boot. The update parameter is ignore is the cache is not in use and by older versions of populate-volatiles.sh that don't support this parameter. --- packages/davfs2/davfs2_0.2.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/davfs2') diff --git a/packages/davfs2/davfs2_0.2.8.bb b/packages/davfs2/davfs2_0.2.8.bb index a95bdde228..f5a6f3458d 100644 --- a/packages/davfs2/davfs2_0.2.8.bb +++ b/packages/davfs2/davfs2_0.2.8.bb @@ -6,7 +6,7 @@ DEPENDS = "neon-0.25.5" RDEPENDS_${PN} = "kernel-module-coda" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/dav/${P}.tar.gz \ file://Makefile.in.patch;patch=1 \ @@ -35,7 +35,7 @@ do_install_append () { pkg_postinst () { update-alternatives --install ${ALTERNATIVE_LINK} ${ALTERNATIVE_NAME} \ ${ALTERNATIVE_PATH} ${ALTERNATIVE_PRIORITY} - /etc/init.d/populate-volatile.sh + /etc/init.d/populate-volatile.sh update } pkg_prerm () { -- cgit v1.2.3