Changes to images/qemumips/glibc/core-image-full-cmdline (files-in-image.txt): /var/lib/opkg/info/base-files.preinst was removed Changes to images/qemumips/glibc/core-image-sato (files-in-image.txt): /var/lib/opkg/info/base-files.preinst was removed packages/qemumips-poky-linux/base-files/base-files: pkg_preinst cleared: @@ -1,13 +0,0 @@ -set -e - #!/bin/sh -e - if [ x"$D" = "x" ]; then - if [ -h "/var/lock" ]; then - # Remove the symbolic link - rm -f /var/lock - fi - - if [ -h "/run" ]; then - # Remove the symbolic link - rm -f /run - fi - fi --