nanodesk-gen-iconlist helperscript

to create iconlist dynamic at start and not hardcoded when building the iso
This commit is contained in:
DeltaLima 2023-10-24 01:39:45 +02:00
parent 1e1c9dedac
commit e676582a1e
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
echo "<JWM>"
find /usr/share/icons/ -type d | sed -e 's/^/\ \ \ \ <IconPath>/g' -e 's/$/<\/IconPath>/g'
echo "</JWM>"