Obsolete daemons are all gone
So stop annoying people by removing them after manual installs.
This commit is contained in:
parent
15a8866e3d
commit
92dd347aa1
17
packages.ia
17
packages.ia
|
@ -239,8 +239,8 @@ if @devel-full {
|
|||
@!sparc clisp @i386/amd64/powerpc @!squeeze @!wheezy smlnj;
|
||||
|
||||
# AVR toolchain
|
||||
install gcc-avr binutils-avr gdb-avr avrdude avrdude-doc simulavr
|
||||
@!squeeze @!wheezy ava avarice avr-libc avra avrp uisp usbprog
|
||||
install @!wheezy gcc-avr binutils-avr gdb-avr avrdude avrdude-doc simulavr
|
||||
@!squeeze @!wheezy ava avarice @!wheezy avr-libc avra avrp uisp usbprog
|
||||
@!lenny @!sparc avrprog;
|
||||
|
||||
# development libraries
|
||||
|
@ -427,7 +427,7 @@ if @general-use {
|
|||
install ceo-python;
|
||||
};
|
||||
|
||||
if @X {
|
||||
if @x-core {
|
||||
# base
|
||||
install xserver-xorg xfonts-base gdm;
|
||||
|
||||
|
@ -441,7 +441,7 @@ if @X {
|
|||
install firefox/iceweasel google-chrome-stable;
|
||||
};
|
||||
|
||||
if @x-full {
|
||||
if @X {
|
||||
# utils
|
||||
install workrave;
|
||||
|
||||
|
@ -529,14 +529,13 @@ if @core {
|
|||
sn;
|
||||
|
||||
# X-only packages
|
||||
@!X remove fam gamin hal pidgin dbus dbus-x11 xfonts-100dpi;
|
||||
@!x-core remove fam gamin hal pidgin dbus dbus-x11 xfonts-100dpi;
|
||||
|
||||
# full X-only packages
|
||||
@!X remove consolekit @!alpha policykit-1 gvfs @!alpha udisks;
|
||||
|
||||
# static network only
|
||||
remove network-manager-kde network-manager-pptp
|
||||
network-manager-pptp-gnome network-manager
|
||||
wpasupplicant;
|
||||
|
||||
# obsolete daemons
|
||||
remove nagios-nrpe-server watchdog @!squeeze @!wheezy autofs autofs5 cups
|
||||
@!sodium-benzoate @!corn-syrup snmpd;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue