From e676582a1eb2f60eeef0984c5d766bced945b5c2 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Tue, 24 Oct 2023 01:39:45 +0200 Subject: [PATCH] nanodesk-gen-iconlist helperscript to create iconlist dynamic at start and not hardcoded when building the iso --- nanodesk-files/usr/bin/nanodesk-gen-iconlist | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nanodesk-files/usr/bin/nanodesk-gen-iconlist diff --git a/nanodesk-files/usr/bin/nanodesk-gen-iconlist b/nanodesk-files/usr/bin/nanodesk-gen-iconlist new file mode 100644 index 0000000..d66f71c --- /dev/null +++ b/nanodesk-files/usr/bin/nanodesk-gen-iconlist @@ -0,0 +1,4 @@ +#!/bin/sh +echo "" +find /usr/share/icons/ -type d | sed -e 's/^/\ \ \ \ /g' -e 's/$/<\/IconPath>/g' +echo "" \ No newline at end of file