-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage-info.xml
21 lines (21 loc) · 1.02 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
<?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>omnimaga:smf-member-activity</id>
<name>Member Activity</name>
<type>modification</type>
<version>0.0.1</version>
<install>
<modification format="xml" type="file">install.xml</modification>
<require-file name="source/Stream.php" destination="$sourcedir"/>
<require-file name="source/Subs-Stream.php" destination="$sourcedir"/>
<require-file name="source/Stream.template.php" destination="$themedir"/>
</install>
<uninstall>
<readme type="inline">This will remove the SMF-Member-Activity mod</readme>
<modification type="file" reverse="true">install.xml</modification>
<remove-file name="source/Stream.php" destination="$sourcedir"/>
<remove-file name="source/Subs-Stream.php" destination="$sourcedir"/>
<remove-file name="source/Stream.template.php" destination="$themedir"/>
</uninstall>
</package-info>