update.sh: Remove the gpl_affected file

Message ID 20260107175037.3765287-9-adolf.belka@ipfire.org
State Staged
Commit e2044c339c2c5ed678cda01d75f70023a94cc484
Headers
Series update.sh: Remove the gpl_affected file |

Commit Message

Adolf Belka 7 Jan 2026, 5:50 p.m. UTC
- This file was no longer created for new installs several CU's ago and the file is no
   longer needed so if it exists on the users system this will do the removal
   housekeeping.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/200/update.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

diff --git a/config/rootfiles/core/200/update.sh b/config/rootfiles/core/200/update.sh
index b2b078811..380b208fd 100644
--- a/config/rootfiles/core/200/update.sh
+++ b/config/rootfiles/core/200/update.sh
@@ -49,7 +49,8 @@  done
 # Remove files
 rm -vrf \
 	/usr/bin/gpg-zip \
-	/usr/lib/gnupg
+	/usr/lib/gnupg \
+	/var/ipfire/main/gpl_accepted
 
 # Extract files
 extract_files