From: Martin Pitt Date: Tue, 30 Jul 2019 07:13:13 +0000 (+0200) Subject: postinst-setup-ostree: Drop schroot config, done in ostree now X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=decfc2bbaeeb2dabbba08f7acef6392ca2cb3eda postinst-setup-ostree: Drop schroot config, done in ostree now --- diff --git a/postinst-setup-ostree b/postinst-setup-ostree index 2ed3890..afb1422 100755 --- a/postinst-setup-ostree +++ b/postinst-setup-ostree @@ -1,12 +1,6 @@ #!/bin/sh set -ex -# have schroot use tmpfs -if [ ! -L /var/lib/schroot/unpack ]; then - rmdir /var/lib/schroot/unpack || true - ln -s /tmp /var/lib/schroot/unpack -fi - # create user if ! grep -q ^mock: /etc/group; then getent group mock | sed 's/$/martin/' >> /etc/group