summaryrefslogtreecommitdiff
path: root/recipes/udev/udev_154.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/udev/udev_154.bb')
-rw-r--r--recipes/udev/udev_154.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/udev/udev_154.bb b/recipes/udev/udev_154.bb
index cd370e801b..5e90e88f58 100644
--- a/recipes/udev/udev_154.bb
+++ b/recipes/udev/udev_154.bb
@@ -120,6 +120,6 @@ do_install_append_bug() {
}
# Create the cache after checkroot has run
-pkg_postinst_${PN}_append() {
+pkg_postinst_udev_append() {
update-rc.d $OPT udev-cache start 12 S .
}