Delete the empty phrase when updating to 5.4.5
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 11 Aug 2021 12:22:10 +0000 (14:22 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 11 Aug 2021 12:22:10 +0000 (14:22 +0200)
com.woltlab.wcf/package.xml

index 8e92d0e6b82915f1b7341eba29bf5cafe942a9e3..d33239218acd6b52ad41d641229e01709aa726d6 100644 (file)
@@ -140,18 +140,8 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \
                <instruction type="script">acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="5.4.2">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" />
-
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.4.3_deleteDsStore.php</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.4.3_resetAvatarCache.php</instruction>
-       </instructions>
-
-       <instructions type="update" fromversion="5.4.3">
-               <instruction type="file">files_update.tar</instruction>
+       <instructions type="update" fromversion="5.4.4">
+               <!-- Delete the empty phrase once again. It might have been re-injected using the I18n functionality. -->
+               <instruction type="script">acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php</instruction>
        </instructions>
 </package>