File: menu

package info (click to toggle)
linuxlogo 2.07-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 296 kB
  • ctags: 73
  • sloc: ansic: 982; sh: 125; makefile: 60
file content (15 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
?package(linuxlogo): needs="text" \
	section="Games/Toys" \
	icon="mini-penguin.xpm" \
	title="Linux logo" \
	command="xterm 2>/dev/null -e sh -c '/usr/bin/linux_logo -u; \
                 echo; echo Press [ENTER] to exit...; read AKEY' \
              || sh -c '/usr/bin/linux_logo -u -f; \
                 echo; echo Press [ENTER] to exit...; read AKEY'"

?package(linuxlogo): needs="text" \
	section="Apps/System/Admin" \
	icon="mini-penguin.xpm" \
	title="Linux logo config" \
	command="sh -c /usr/sbin/linuxlogoconfig"