diff options
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 69fd50a06a..09bfbbcd09 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -42,9 +42,9 @@ do_install_prepend () { | |||
42 | # this happens at S98 where our good 'ole packages script used to run | 42 | # this happens at S98 where our good 'ole packages script used to run |
43 | printf "#!/bin/sh | 43 | printf "#!/bin/sh |
44 | dpkg --configure -a | 44 | dpkg --configure -a |
45 | rm -f ${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure | 45 | rm -f ${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}run-postinsts |
46 | " > ${D}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure | 46 | " > ${D}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}run-postinsts |
47 | chmod 0755 ${D}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure | 47 | chmod 0755 ${D}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}run-postinsts |
48 | } | 48 | } |
49 | 49 | ||
50 | do_install_append () { | 50 | do_install_append () { |