install.sh: Preserve symlinks at update

This commit is contained in:
M. Liebmann
2017-01-29 04:29:47 +01:00
parent 293d32c776
commit bcf478ba67

View File

@@ -21,7 +21,7 @@ update_file()
fi
echo "update $FILE_IMAGE"
rm -f $FILE_IMAGE
cp $FILE_NEW $FILE_IMAGE
cp -d $FILE_NEW $FILE_IMAGE
fi
}