File: menu

package info (click to toggle)
deborphan 1.7.28.8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,916 kB
  • sloc: sh: 4,123; ansic: 1,847; makefile: 152
file content (21 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (7)
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="Applications/System/Administration" \
	title="Orphaner (libs)" \
	hints="apt,Administration" \
	longtitle="Orphaned library finder (libraries only)" \
	command="su-to-root -c /usr/sbin/orphaner"
?package(deborphan):\
	needs="text" \
	section="Applications/System/Administration" \
	title="Orphaner (all)" \
	hints="apt,Administration" \
	longtitle="Orphaned library finder (all packages)" \
	command="su-to-root -c '/usr/sbin/orphaner -a'"
?package(deborphan):\
	needs="text" \
	section="Applications/System/Administration" \
	title="Orphaner - editkeep" \
	hints="apt,Administration" \
	longtitle="Edit list of packages deborphan/orphaner should never list" \
	command="su-to-root -c '/usr/sbin/editkeep'"