File: menu

package info (click to toggle)
deborphan 1.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 484 kB
  • ctags: 178
  • sloc: ansic: 1,425; sh: 496; makefile: 70
file content (21 lines) | stat: -rw-r--r-- 694 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
?package(deborphan):\
	needs="text" \
	section="Apps/System" \
	title="Orphaner (libs)" \
	hints="apt,Admin" \
	longtitle="Orphaned library finder (libraries only)" \
	command="/usr/sbin/su-to-root -c /usr/sbin/orphaner"
?package(deborphan):\
	needs="text" \
	section="Apps/System" \
	title="Orphaner (all)" \
	hints="apt,Admin" \
	longtitle="Orphaned library finder (all packages)" \
	command="/usr/sbin/su-to-root -c \"/usr/sbin/orphaner -a\""
?package(deborphan):\
	needs="text" \
	section="Apps/System" \
	title="Orphaner - editkeep" \
	hints="apt,Admin" \
	longtitle="Edit list of packages deborphan/orphaner should never list" \
	command="/usr/sbin/su-to-root -c \"/usr/sbin/editkeep \""