Changes to images/qemuarm/glibc/core-image-sato-sdk (files-in-image.txt): /var/cache/fontconfig/55a75ea2-615e-4cee-9daa-973ee450fb1d-le32d8.cache-7 was added /var/cache/fontconfig/626c3d01-befa-4cce-9e30-33f60ef003e9-le32d8.cache-7 was added /var/cache/fontconfig/724a3af3-c384-407e-b26d-38f9bce7f711-le32d8.cache-7 was added /var/cache/fontconfig/8fb4bf1c-0f4d-4077-bbb0-9ec06dd6df83-le32d8.cache-7 was added /var/cache/fontconfig/9692ab54-1a94-4baa-8702-cc7d3d2d28d6-le32d8.cache-7 was added /var/cache/fontconfig/a4e70d23-4dbe-47b4-999a-59a3499ec305-le32d8.cache-7 was added /var/cache/fontconfig/d701a65b-12a5-47b5-8ecb-ec25ffa081d0-le32d8.cache-7 was added /var/cache/fontconfig/0fd916f3-b51c-475d-b21d-7fe5c2a5cbb2-le32d8.cache-7 was removed /var/cache/fontconfig/4c18c375-3b29-4ae2-89ef-421efa4f03d3-le32d8.cache-7 was removed /var/cache/fontconfig/8a0ab6c2-12b0-4cea-a264-e128904bbb74-le32d8.cache-7 was removed /var/cache/fontconfig/9186d61a-6a21-4b79-bd9a-1fd2b3e08339-le32d8.cache-7 was removed /var/cache/fontconfig/e3d11e92-466d-4e43-bce1-ab53f4f7ec4d-le32d8.cache-7 was removed /var/cache/fontconfig/e4c3ad4d-b46b-4fc0-a579-1734cf881a8f-le32d8.cache-7 was removed /var/cache/fontconfig/f6ff9273-7a73-4663-ac71-b642840afa95-le32d8.cache-7 was removed Changes to images/qemuarm/glibc/core-image-sato (files-in-image.txt): /var/cache/fontconfig/1139f4ce-21cc-4c84-bd1c-b1d8f3058b41-le32d8.cache-7 was added /var/cache/fontconfig/db5d69d2-9065-4d49-9d8c-24d0af432c03-le32d8.cache-7 was added /var/cache/fontconfig/ef9d6cca-ae9b-46c9-9a78-44ad6ce0ac46-le32d8.cache-7 was removed /var/cache/fontconfig/fb1c8b19-a273-41b5-ba58-0911f0e38075-le32d8.cache-7 was removed packages/all-poky-linux/tzdata/tzdata: latest.pkg_postinst changed from "set -e etc_lt="$D/etc/localtime" src="$D/etc/timezone" if [ -e ${src} ] ; then tz=$(sed -e 's:#.*::' -e 's:[[:space:]]*::g' -e '/^$/d' "${src}") fi if [ ! -z "${tz}" -a ! -e "$D/usr/share/zoneinfo/${tz}" ] ; then echo "You have an invalid TIMEZONE setting in ${src}" echo "Your ${etc_lt} has been reset to Universal; enjoy!" tz="Universal" echo "Updating ${etc_lt} with $D/usr/share/zoneinfo/${tz}" if [ -L ${etc_lt} ] ; then rm -f "${etc_lt}" fi ln -s "/usr/share/zoneinfo/${tz}" "${etc_lt}" fi " to "set -e etc_lt="$D/etc/localtime" src="$D/etc/timezone" if [ -e "$src" ]; then tz=$(sed -e 's:#.*::' -e 's:[[:space:]]*::g' -e '/^$/d' "$src") fi if [ ! -z "$tz" -a ! -e "$D/usr/share/zoneinfo/$tz" ]; then echo "You have an invalid TIMEZONE setting in $src" echo "Your $etc_lt has been reset to Universal; enjoy!" tz="Universal" echo "Updating $etc_lt with $D/usr/share/zoneinfo/$tz" if [ -L "$etc_lt" ]; then rm -f "$etc_lt" fi ln -s "/usr/share/zoneinfo/$tz" "$etc_lt" fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot alsa-utils-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot alsa-utils-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot btrfs-tools-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot btrfs-tools-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libglib-2.0-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libglib-2.0-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/json-glib/json-glib-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libjson-glib-1.0-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libjson-glib-1.0-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/json-glib/json-glib-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/kmod/kmod-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot kmod-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot kmod-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/kmod/kmod-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/libdrm/libdrm-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libdrm-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libdrm-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/libdrm/libdrm-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/libpsl/libpsl-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libpsl-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libpsl-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/libpsl/libpsl-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot lttng-tools-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot lttng-tools-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot lttng-ust-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot lttng-ust-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssh/openssh-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot openssh-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot openssh-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssh/openssh-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot pulseaudio-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot pulseaudio-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/util-linux/util-linux-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man8/blkid.8 blkid.8 /usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/share/man/man1/eject.1 eject.1 /usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/share/man/man8/findfs.8 findfs.8 /usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/share/man/man8/fsck.8 fsck.8 /usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/share/man/man1/kill.1 kill.1 /usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/share/man/man1/last.1 last.1 /usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/share/man/man1/lastb.1 lastb.1 /usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/share/man/man3/libblkid.3 libblkid.3 /usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/share/man/man1/logger.1 logger.1 /usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/share/man/man1/mesg.1 mesg.1 /usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/share/man/man8/nologin.8 nologin.8 /usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/share/man/man8/rfkill.8 rfkill.8 /usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/share/man/man8/sulogin.8 sulogin.8 /usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/share/man/man3/uuid.3 uuid.3 /usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/share/man/man1/wall.1 wall.1 /usr/share/man/man1/wall.1.util-linux 80 # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot util-linux-doc mlprefix= fi else mandb -q fi fi " to "set -e update-alternatives --install /usr/share/man/man8/blkid.8 blkid.8 /usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/share/man/man1/eject.1 eject.1 /usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/share/man/man8/findfs.8 findfs.8 /usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/share/man/man8/fsck.8 fsck.8 /usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/share/man/man1/kill.1 kill.1 /usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/share/man/man1/last.1 last.1 /usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/share/man/man1/lastb.1 lastb.1 /usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/share/man/man3/libblkid.3 libblkid.3 /usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/share/man/man1/logger.1 logger.1 /usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/share/man/man1/mesg.1 mesg.1 /usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/share/man/man8/nologin.8 nologin.8 /usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/share/man/man8/rfkill.8 rfkill.8 /usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/share/man/man8/sulogin.8 sulogin.8 /usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/share/man/man3/uuid.3 uuid.3 /usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/share/man/man1/wall.1 wall.1 /usr/share/man/man1/wall.1.util-linux 80 # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot util-linux-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/util-linux/util-linux-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libglib-2.0-doc mlprefix=nativesdk- fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libglib-2.0-doc mlprefix=nativesdk- fi else mandb -q fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libdrm-doc mlprefix=nativesdk- fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libdrm-doc mlprefix=nativesdk- fi else mandb -q fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: FILELIST: added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/qemu/multiboot_dma.bin" packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/blkid.8 blkid.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/eject.1 eject.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/findfs.8 findfs.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/fsck.8 fsck.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/kill.1 kill.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/last.1 last.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/lastb.1 lastb.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/libblkid.3 libblkid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/logger.1 logger.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mesg.1 mesg.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/rfkill.8 rfkill.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/sulogin.8 sulogin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/uuid.3 uuid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/wall.1 wall.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/wall.1.util-linux 80 # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-util-linux-doc mlprefix=nativesdk- fi else mandb -q fi fi " to "set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/blkid.8 blkid.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/eject.1 eject.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/findfs.8 findfs.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/fsck.8 fsck.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/kill.1 kill.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/last.1 last.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/lastb.1 lastb.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/libblkid.3 libblkid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/logger.1 logger.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mesg.1 mesg.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/rfkill.8 rfkill.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/sulogin.8 sulogin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/uuid.3 uuid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/wall.1 wall.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/wall.1.util-linux 80 # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-util-linux-doc mlprefix=nativesdk- fi else mandb -q fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/qemuarm-poky-linux-gnueabi/perf/perf-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot perf-doc mlprefix= fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man chown -R root:root $D/usr/share/man mkdir -p $D/var/cache/man cd $D/usr/share/man find . -name index.db | while read index; do mkdir -p $D/var/cache/man/$(dirname ${index}) mv ${index} $D/var/cache/man/${index} chown man:man $D/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot perf-doc mlprefix= fi else mandb -q fi fi " packages/qemuarm-poky-linux-gnueabi/perf/perf-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " Changes to packages/x86_64-linux/qemu-system-native (sysroot): /usr/share/qemu/multiboot_dma.bin was added packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libglib-2.0-doc mlprefix=nativesdk- fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libglib-2.0-doc mlprefix=nativesdk- fi else mandb -q fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc: latest.pkg_postinst changed from " # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libdrm-doc mlprefix=nativesdk- fi else mandb -q fi fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libdrm-doc mlprefix=nativesdk- fi else mandb -q fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: FILELIST: added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/qemu/multiboot_dma.bin" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/blkid.8 blkid.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/eject.1 eject.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/findfs.8 findfs.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/fsck.8 fsck.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/kill.1 kill.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/last.1 last.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/lastb.1 lastb.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libblkid.3 libblkid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/logger.1 logger.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mesg.1 mesg.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/rfkill.8 rfkill.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/sulogin.8 sulogin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/uuid.3 uuid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/wall.1 wall.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/wall.1.util-linux 80 # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-util-linux-doc mlprefix=nativesdk- fi else mandb -q fi fi " to "set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/blkid.8 blkid.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/eject.1 eject.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/findfs.8 findfs.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/fsck.8 fsck.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/kill.1 kill.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/last.1 last.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/lastb.1 lastb.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libblkid.3 libblkid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/logger.1 logger.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mesg.1 mesg.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/rfkill.8 rfkill.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/sulogin.8 sulogin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/uuid.3 uuid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/wall.1 wall.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/wall.1.util-linux 80 # only update manual page index caches when manual files are built and installed if false; then if test -n "$D"; then if true; then sed "s:\(\s\)/:\1$D/:g" $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-util-linux-doc mlprefix=nativesdk- fi else mandb -q fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi "