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