Skip to content

thumbnail: Mount /etc/alternatives if it exists

Simon McVittie requested to merge cherry-pick-df477a3d into gnome-3-36

On distributions that use dpkg's update-alternatives(8), Red Hat's reimplementation or some other fork or reimplementation of the same concept, /etc/alternatives is conceptually a configuration layer over part of /usr. On those distributions, we cannot rely on /usr to be self-contained, but the combination of /usr and /etc/alternatives probably is self-contained.

Resolves: #92 (closed) Bug-Debian: https://bugs.debian.org/943434 Signed-off-by: Simon McVittie smcv@debian.org

(cherry picked from commit df477a3d)

Merge request reports