summaryrefslogtreecommitdiff
path: root/packages/clamav/clamav.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/clamav/clamav.inc')
-rw-r--r--packages/clamav/clamav.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/clamav/clamav.inc b/packages/clamav/clamav.inc
index 2a09c52461..b18cd06c24 100644
--- a/packages/clamav/clamav.inc
+++ b/packages/clamav/clamav.inc
@@ -93,21 +93,21 @@ pkg_postinst_${PN}-freshclam () {
grep -q clamav: /etc/passwd || \
adduser --disabled-password --home=/var/lib/clamav/ --system \
--ingroup clamav --no-create-home -g "ClamAV" clamav
- /etc/init.d/populate-volatile.sh
+ /etc/init.d/populate-volatile.sh update
}
pkg_postinst_${PN}-daemon () {
grep -q clamav: /etc/group || addgroup clamav
grep -q clamav: /etc/passwd || \
adduser --disabled-password --home=/var/lib/clamav/ --system \
--ingroup clamav --no-create-home -g "ClamAV" clamav
- /etc/init.d/populate-volatile.sh
+ /etc/init.d/populate-volatile.sh update
}
pkg_postinst_${PN}-data () {
grep -q clamav: /etc/group || addgroup clamav
grep -q clamav: /etc/passwd || \
adduser --disabled-password --home=/var/lib/clamav/ --system \
--ingroup clamav --no-create-home -g "ClamAV" clamav
- /etc/init.d/populate-volatile.sh
+ /etc/init.d/populate-volatile.sh update
}
# Indicate that the default files are configuration files