From a7c6757d536e705514fef8c40293b1473a859de2 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Feb 2022 08:41:51 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index c7c8548..209dc79 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2388,7 +2388,9 @@ class Opis(Screen): if fileExists('/etc/rcS.d/S99neo.local'): system('rm -r /etc/rcS.d/S99neo.local') if fileExists('/etc/name'): - system('rm -r /etc/name') + system('rm -r /etc/name') + if fileExists('/usr/lib/libpngneo'): + system('rm -r /usr/lib/libpngneo') if fileExists('/etc/fstab.org'): system('rm -r /etc/fstab; mv /etc/fstab.org /etc/fstab') if fileExists('/etc/init.d/volatile-media.sh.org'):