-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-info.xml
More file actions
35 lines (35 loc) · 1.11 KB
/
package-info.xml
File metadata and controls
35 lines (35 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<license>
<!--
/**
* Integration Hooks Report (IHR)
*
* @package IHR
* @author [SiNaN]
* @2nd-author emanuele
* @copyright 2011 [SiNaN], Simple Machines
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 1.5.1
*/
-->
</license>
<id>[SiNaN]:IntegrationHooks</id>
<name>Integration Hooks Report</name>
<version>1.5.1</version>
<type>modification</type>
<install for="2.0 - 2.0.99">
<require-file name="Subs-IntegrationHooks.php" destination="$sourcedir" />
<require-dir name="IntegrationHooks" destination="$languagedir" />
<redirect url="?action=admin;area=modsettings;sa=hooks" />
<code>install.php</code>
</install>
<uninstall for="2.0 - 2.0.99">
<remove-file name="$sourcedir/Subs-IntegrationHooks.php" />
<remove-dir name="$languagedir/IntegrationHooks" />
<redirect url="?action=admin;area=packages" />
<code>install.php</code>
</uninstall>
</package-info>