Remove creation of /tmp/.ICE-unix

This is now done by tmpfiles.
This commit is contained in:
Eelco Dolstra 2014-04-17 15:25:10 +02:00
parent c1e638abb6
commit bb9304e280

View File

@ -104,14 +104,8 @@ if test -n "@cleanTmpDir@"; then
echo -n "cleaning \`/tmp'..." echo -n "cleaning \`/tmp'..."
find /tmp -maxdepth 1 -mindepth 1 -print0 | xargs -0r rm -rf --one-file-system find /tmp -maxdepth 1 -mindepth 1 -print0 | xargs -0r rm -rf --one-file-system
echo " done" echo " done"
else
# Get rid of ICE locks...
rm -rf /tmp/.ICE-unix
fi fi
# ... and ensure that it's owned by root.
mkdir -m 1777 /tmp/.ICE-unix
# This is a good time to clean up /nix/var/nix/chroots. Doing an `rm # This is a good time to clean up /nix/var/nix/chroots. Doing an `rm
# -rf' on it isn't safe in general because it can contain bind mounts # -rf' on it isn't safe in general because it can contain bind mounts
# to /nix/store and other places. But after rebooting these are all # to /nix/store and other places. But after rebooting these are all