Update the v2_file_list.xml file to match the file_list.xml file

The UpdateScript test requires these files to list the same files
to install in the same order.
Reviewed-by: Carles Pina
This commit is contained in:
Robert Knight 2012-10-29 12:39:09 +00:00
parent 93365a2997
commit 0d1f285abb

View file

@ -46,12 +46,18 @@
<size>$UPDATER_SIZE</size>
<permissions>0755</permissions>
</file>
<!-- Test symlink !-->
<file>
<name>test-dir/app-symlink</name>
<target>../app</target>
</file>
<file>
<name>new-dir/new-dir2/new-file.txt</name>
<hash>$TEST_FILENAME</hash>
<size>$TEST_SIZE</size>
<package>app-pkg</package>
<permissions>0644</permissions>
</file>
</install-v3>
<uninstall>
<!-- TODO - List some files to uninstall here !-->