File: wm2-menu

package info (click to toggle)
wm2 4-4.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 260 kB
  • ctags: 423
  • sloc: cpp: 3,648; makefile: 57; sh: 41
file content (10 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
if test -x /usr/bin/update-menus; then
  if test -x /usr/bin/X11/9menu; then
    /etc/X11/wm2/system.wm2rc --menu /Debian &
  else
    echo "9menu package not installed, cannot create menus without it"
  fi
else
 echo "menu package not installed, cannot create menus without it"
fi