summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat/sysstat.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/sysstat/sysstat.inc')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 2936f96174..9da40a7067 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -22,7 +22,12 @@ do_install() {
22} 22}
23 23
24pkg_postinst_${PN} () { 24pkg_postinst_${PN} () {
25 /etc/init.d/populate-volatile.sh update 25 if [ -n "$D" ]; then
26 exit 0
27 fi
28 if [ -e /etc/init.d/populate-volatile.sh ]; then
29 /etc/init.d/populate-volatile.sh update
30 fi
26} 31}
27 32
28 33