diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-22 00:38:00 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-22 00:38:00 +0000 |
commit | bf547c9043b91d9a7d8785e1cc5a5c6f74fe499c (patch) | |
tree | dea775dc1f2ecd5dd68c4567cea9906a9b76b7a3 /packages/cyrus-imapd/cyrus-imapd_2.2.12.bb | |
parent | 5ad430932e4d09cc0207ad9cfa029e0e08252b37 (diff) |
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.
Diffstat (limited to 'packages/cyrus-imapd/cyrus-imapd_2.2.12.bb')
-rw-r--r-- | packages/cyrus-imapd/cyrus-imapd_2.2.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb index 1bb806cb22..14fb728304 100644 --- a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb +++ b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb @@ -1,7 +1,7 @@ SECTION = "console/network" DEPENDS = "cyrus-sasl virtual/db" LICENSE = "BSD" -PR = "r8" +PR = "r9" DEPENDS += "install-native" SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \ @@ -44,7 +44,7 @@ do_install_append () { } pkg_postinst () { - /etc/init.d/populate-volatile.sh + /etc/init.d/populate-volatile.sh update } pkg_postrm () { |