aboutsummaryrefslogtreecommitdiffstats
path: root/packages/core2-32-poky-linux/glibc/nscd/latest.pkg_postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packages/core2-32-poky-linux/glibc/nscd/latest.pkg_postinst')
-rw-r--r--packages/core2-32-poky-linux/glibc/nscd/latest.pkg_postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core2-32-poky-linux/glibc/nscd/latest.pkg_postinst b/packages/core2-32-poky-linux/glibc/nscd/latest.pkg_postinst
index d34d6df5b8a6..9023f5d7135f 100644
--- a/packages/core2-32-poky-linux/glibc/nscd/latest.pkg_postinst
+++ b/packages/core2-32-poky-linux/glibc/nscd/latest.pkg_postinst
@@ -1,7 +1,7 @@
set -e
if [ -z "$D" ]; then
if command -v systemd-tmpfiles >/dev/null; then
- systemd-tmpfiles --create /etc/tmpfiles.d/nscd.conf
+ systemd-tmpfiles --create /usr/lib/tmpfiles.d/nscd.conf
elif [ -e /etc/init.d/populate-volatile.sh ]; then
/etc/init.d/populate-volatile.sh update
fi