From: Otavio Salvador Date: Sat, 3 Mar 2012 17:52:29 +0000 (+0000) Subject: dpkg: rename postinst trigger script X-Git-Tag: 2015-4~11473 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=69a4765d63ac6de3f1a6804cfca6b52c008e4c22;p=openembedded-core.git dpkg: rename postinst trigger script Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador --- 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 () { # this happens at S98 where our good 'ole packages script used to run printf "#!/bin/sh dpkg --configure -a -rm -f ${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure -" > ${D}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure - chmod 0755 ${D}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure +rm -f ${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}run-postinsts +" > ${D}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}run-postinsts + chmod 0755 ${D}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}run-postinsts } do_install_append () {