Forgot the 2.0 package info
Jeremy D

Jeremy D commited on 2022-02-06 13:19:22
Showing 1 changed files, with 10 additions and 0 deletions.

... ...
@@ -21,4 +21,14 @@
21 21
 
22 22
 		<hook function="alternateemail_general_settings" hook="integrate_general_settings" file="$sourcedir/AlternateEmail.php" reverse="true" />
23 23
 	</uninstall>
24
+	
25
+	<install for="2.0.*">
26
+		<modification format="xml" type="file">install20.xml</modification>
27
+		<modification format="xml" type="file">english.xml</modification>
28
+	</install>
29
+	
30
+	<uninstall for="2.0.*">
31
+		<modification format="xml" type="file" reverse="true">install20.xml</modification>
32
+		<modification format="xml" type="file" reverse="true">english.xml</modification>
33
+	</uninstall>
24 34
 </package-info>
25 35
\ No newline at end of file
26 36