]> piware.de Git - bin.git/blobdiff - postinst-setup-ostree
build-debian-toolbox: Avoid deb.debian.org
[bin.git] / postinst-setup-ostree
index 2ed38906f4a10c200b7ecd94e5f012cbcfd8faa2..afb1422e30c665ddcfe6a5aead5c32c74acda459 100755 (executable)
@@ -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