-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-info.xml
23 lines (22 loc) · 1.23 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
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.elkarte.net/site/package-info">
<package-info xmlns="http://www.elkarte.net/site/package-info" xmlns:elk="http://www.elkarte.net/">
<id>Frenzie:quick_quote</id>
<name>Quick Quote</name>
<version>0.5.0</version>
<type>addon</type>
<install for="1.0 - 1.1.99">
<readme parsebbc="true">readme.txt</readme>
<license type="inline">This ElkArte addon is released under a BSD license</license>
<require-file name="quickQuote.hooks.php" destination="SUBSDIR">Integration hooks</require-file>
<require-file name="quickQuote.js" destination="THEMEDIR/scripts">The workhorse</require-file>
<require-file name="quickQuote.english.php" destination="LANGUAGEDIR/english">English language strings</require-file>
<hook hook="integrate_load_theme" file="SUBSDIR/quickQuote.hooks.php" function="QQ_integrate_load_theme" />
</install>
<uninstall for="1.0 - 1.1.99">
<hook reverse="true" hook="integrate_load_theme" file="SUBSDIR/quickQuote.hooks.php" function="QQ_integrate_load_theme" />
<remove-file name="SUBSDIR/quickQuote.hooks.php" />
<remove-file name="THEMEDIR/scripts/quickQuote.js" />
<remove-file name="LANGUAGEDIR/english/quickQuote.english.php" />
</uninstall>
</package-info>