Commit 78c2eb3c authored by Andrey Cherepanov's avatar Andrey Cherepanov

Support hide menu item in subdirectory

parent 367a3a70
......@@ -117,6 +117,7 @@ indexhtml: indexhtml/index.css
hidden-menu-entries:
for entry in `cat menu/hidden-menu-entries`;do \
install -D /dev/null menu/applications/$$entry.desktop; \
echo -e "[Desktop Entry]\nHidden=true" > menu/applications/$$entry.desktop; \
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment