Skip to content

Commit 9a1c977

Browse files
committed
fixed my path fix
1 parent bbf771f commit 9a1c977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipk/goggle/control/preinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/system/bin/sh
2-
if [[ -f /opt/etc/fonts ]]; then
3-
rm -f /opt/etc/fonts
2+
if [[ -f /opt/fonts ]]; then
3+
rm -f /opt/fonts
44
fi
55
/opt/sbin/dinitctl -u disable msp-osd-goggles || true

0 commit comments

Comments
 (0)