-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-info.xml
executable file
·29 lines (27 loc) · 1.5 KB
/
package-info.xml
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
<?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/">
<id>d3vcho:customreportmod</id>
<name>Custom Report Mod</name>
<version>2.0.4</version>
<type>modification</type>
<install for="2.0 - 2.0.99">
<readme type="file" parsebbc="true">readme.txt</readme>
<require-dir name="Themes" destination="$boarddir">Theme files</require-dir>
<require-dir name="Sources/CustomReport" destination="$sourcedir">Source files</require-dir>
<database>installer/install.php</database>
<code>installer/installHooks.php</code>
<modification>installer/modification.xml</modification>
<redirect url="?action=admin;area=customreport" type="inline" timeout="2000">Please stand by while you are being redirected to this modification's configuration settings.</redirect>
</install>
<uninstall for="2.0 - 2.0.99">
<code>installer/uninstall.php</code>
<remove-dir name="$sourcedir/CustomReport" />
<remove-file name="$themedir/CustomReportAdmin.template.php" />
<remove-file name="$languagedir/CustomReport.english.php" />
<remove-file name="$languagedir/CustomReport.russian.php" />
<remove-file name="$languagedir/CustomReport.russian-utf8.php" />
<modification reverse="true">installer/modification.xml</modification>
<redirect url="$scripturl?action=admin;area=packages;sa=browse" timeout="1000" />
</uninstall>
</package-info>