debian: Small updates in menus etc
[wmaker-crm.git] / debian / debianfiles / menu / wmappearance
blob230a6569cc43e4883a6a1af2191e6980a7bb1b90
1 #!/usr/bin/install-menu
3 # Generates the Window Maker Appereance menu
4 compat="menu-1"
6 #!include menu.h
8 genmenu="appearance.menu"
9 rootprefix="/etc/GNUstep/Defaults"
10 userprefix=shell("echo -n /${GNUSTEP_USER_ROOT-GNUstep}") "/Library/WindowMaker"
11 treewalk=(M)
13 supported
14 wmappearance = "  \"" $title "\" " $command "\n"
15 endsupported
17 # Please note that items should specify "section=Appearance"
19 preoutput="/* Automatically generated file. Do not edit. */\n\n#include \"wmmacros\"\n\n"
21 postoutput="\n"
23 mainmenutitle=""
24 submenutitle= ""
25 startmenu= ifnempty ($title, $title " MENU \n")
26 endmenu= ifnempty ($title, $title "  END \n")