# Don't run 'dpkg --configure' for debs, because it is already executed by a # service included in the dpkg recipe do_install_append() { sed -i 's/backend_list="rpm deb ipk"/backend_list="rpm ipk"/' \ ${D}${sbindir}/run-postinsts }