nanodesk-gen-iconlist helperscript
to create iconlist dynamic at start and not hardcoded when building the iso
This commit is contained in:
parent
1e1c9dedac
commit
e676582a1e
1 changed files with 4 additions and 0 deletions
4
nanodesk-files/usr/bin/nanodesk-gen-iconlist
Normal file
4
nanodesk-files/usr/bin/nanodesk-gen-iconlist
Normal 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>"
|
Loading…
Reference in a new issue