30usrmove/usrmove-convert.sh: do not force selinux autorelabel

master
Harald Hoyer 2012-01-30 14:06:39 +01:00
parent e684ee786a
commit fe51c4ab3c
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ set +e

echo "Run ldconfig."
ldconfig -r "$ROOT"
echo "Set autorelabel flag."
> "$ROOT/.autorelabel"
#echo "Set autorelabel flag."
#> "$ROOT/.autorelabel"
echo "Done."
exit 0