forked from SAMods/SAChatBar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-info.xml
More file actions
22 lines (21 loc) · 799 Bytes
/
package-info.xml
File metadata and controls
22 lines (21 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>wdm2005:2sichat</id>
<name>SA Chat</name>
<version>1.0a1 Rev120</version>
<type>modification</type>
<install>
<readme parsebbc="true">readme.txt</readme>
<code>db.php</code>
<require-dir name="sachat" destination="$boarddir" />
<require-dir name="Sources" destination="$boarddir" />
<require-dir name="Themes" destination="$boarddir" />
</install>
<uninstall>
<code>remove_hooks.php</code>
<remove-dir name="$boarddir/sachat" />
<remove-file name="$sourcedir/sachatAdmin.php" />
<remove-file name="$themedir/sachat.template.php" />
</uninstall>
</package-info>