update.sh: Remove the gpl_affected file
Commit Message
- 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(-)
@@ -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