Package-info.xml 1.0 KB

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
  3. <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
  4. <id>omnimaga:smf-member-activity</id>
  5. <name>Member Activity</name>
  6. <type>modification</type>
  7. <version>0.0.1</version>
  8. <install>
  9. <modification format="xml" type="file">install.xml</modification>
  10. <require-file name="source/Stream.php" destination="$sourcedir"/>
  11. <require-file name="source/Subs-Stream.php" destination="$sourcedir"/>
  12. <require-file name="source/Stream.template.php" destination="$themedir"/>
  13. </install>
  14. <uninstall>
  15. <readme type="inline">This will remove the SMF-Member-Activity mod</readme>
  16. <modification type="file" reverse="true">install.xml</modification>
  17. <remove-file name="source/Stream.php" destination="$sourcedir"/>
  18. <remove-file name="source/Subs-Stream.php" destination="$sourcedir"/>
  19. <remove-file name="source/Stream.template.php" destination="$themedir"/>
  20. </uninstall>
  21. </package-info>