Commit ec50628e authored by Andrey Cherepanov's avatar Andrey Cherepanov

Set names of hidden entries in file menu/hidden-menu-entries

parent b9b493ee
......@@ -116,7 +116,7 @@ indexhtml: indexhtml/index.css
install -Dpm644 indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
hidden-menu-entries:
for entry in alt-alt_linux alt-docs-main ccsm cups dosbox flash-player-properties fp gnuplot htop ImageMagick lftp links2 mc nano nvidia-settings policyeditor ppapi-plugin-adobe-flash pysol uxterm wine-winemine xfce-xfcalendar-settings xterm gnome-mplayer mplayer gmplayer;do \
for entry in `cat menu/hidden-menu-entries`;do \
echo -e "[Desktop Entry]\nHidden=true" > menu/applications/$$entry.desktop; \
done
......
alt-alt_linux
alt-docs-main
ccsm
cups
dosbox
flash-player-properties
fp
gnuplot
htop
ImageMagick
lftp
links2
mc
nano
nvidia-settings
policyeditor
ppapi-plugin-adobe-flash
pysol
uxterm
wine-winemine
xfce-xfcalendar-settings
xterm
gnome-mplayer
mplayer
gmplayer
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