- 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 <[email protected]> --- config/rootfiles/core/200/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.52.0
