Advertisement:

Navigation

Contents of package-info.xml:

<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	This is a simplified package manifest for SMF packages.

	ATTENTION: If you are trying to install this manually, you should try
	the package manager.  If it will not work for you, please take a look
	at the following for information on this format:
		http://mods.simplemachines.org/docs/manual-install.php

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
	<id>smf:smf-1.0.15-1.1.7</id>
	<name>SMF 1.0.15 / 1.1.7 Update</name>
	<version>1.0</version>

	<type>modification</type>

	<install for="1.0.14">
		<readme type="inline">
			This patch file will update your forum to SMF 1.0.15.
		</readme>
		<modification type="file" format="boardmod">smf_1-0-14_to_1-0-15_patch.mod</modification>
		<require-file name=".htaccess" destination="$boarddir/Packages" />
	</install>
	<install for="1.1.6">
		<readme type="inline">
			This patch file will update your forum to SMF 1.1.7.
		</readme>
		<modification type="file" format="boardmod">smf_1-1-6_to_1-1-7_patch.mod</modification>
		<require-file name=".htaccess" destination="$boarddir/Packages" />
	</install>
	<uninstall for="1.0.15">
		<modification type="file" format="boardmod" reverse="true">smf_1-0-14_to_1-0-15_patch.mod</modification>
		<remove-file name=".htaccess" destination="$boarddir/Packages" />
	</uninstall>
	<uninstall for="1.1.7">
		<modification type="file" format="boardmod" reverse="true">smf_1-1-6_to_1-1-7_patch.mod</modification>
		<remove-file name=".htaccess" destination="$boarddir/Packages" />
	</uninstall>
</package-info>