package-info.xml 690 B

12345678910111213141516
  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>sorunome:smf-fixes</id>
  5. <name>SMF fixes</name>
  6. <type>modification</type>
  7. <version>0.1</version>
  8. <install>
  9. <readme type="file">readme.txt</readme>
  10. <modification type="file">modification.xml</modification>
  11. </install>
  12. <uninstall>
  13. <readme type="inline">This will fix various things on SMF. DON'T use it if you don't have all the packages installed.</readme>
  14. <modification type="file" reverse="true">modification.xml</modification>
  15. </uninstall>
  16. </package-info>