post_install_sid.sh: Move 'mumble' to 'Internet tools for X11'.

This commit is contained in:
gardouille 2015-11-16 18:28:54 +01:00
parent edb4f20896
commit a284bb6d71
2 changed files with 16 additions and 18 deletions

View File

@ -284,6 +284,7 @@ iface enp0s25 inet dhcp
* iceweasel-l10n-fr: French language package for Iceweasel.
* luakit: Fast and small web browser extensible by Lua.
* midori: Fast, lightweight graphical web browser based on WebKit.
* mumble: Low latency encrypted VoIP client.
* pepperflashplugin-nonfree: Pepper Flash Player - browser plugin (based on Flash Player from Goggle/Chrome).
* pidgin: Graphical multi-protocol instant messaging client for X.
* pidgin-otr: Off-the-Record Messaging plugin for Pidgin.
@ -359,7 +360,6 @@ vim-addons install latex-suite
* inkscape: Vector-based drawing program.
* mirage: Fast and simple GTK+ image viewer.
* mkvtoolnix-gui: Set of tools to work with Matroska files - GUI frontend.
* mumble: Low latency encrypted VoIP client.
* smplayer: Complete front-end for MPlayer and MPlayer2.
* rhythmbox: Music player and organizer for GNOME.
* vlc: Multimedia player and streamer.

View File

@ -1,7 +1,7 @@
#!/bin/sh
################################################################################################
##
## Nom: new_post_install.sh
## Nom: post_install.sh
##
## Version: 0.3.0
##
@ -445,7 +445,7 @@ def_debug ${mode_debug}
architecture
###########################################################
## Configuration de Aptitude
#### Configuration de Aptitude
###########################################################
###### Pré-configuration
@ -509,7 +509,7 @@ aptins "Prérequis" debconf-utils lsof
# Pour la description de debconf-utils, voir la partie "Outils d'administration"
###########################################################
## X11 Server
#### X11 Server
###### Pre-configuration
preconfig x11-common
@ -518,7 +518,7 @@ aptins "X11 Server" mesa-utils xorg
###########################################################
###########################################################
## Graphic Environment
#### Graphic Environment
###### Installation
aptins "Graphic Environment" alsa-utils gtk2-engines-cleanice herbstluftwm i3lock lxappearance nitrogen redshift rofi roxterm scrot suckless-tools terminator wmctrl xbacklight xclip
@ -527,7 +527,7 @@ arem "Purge: Graphic Environment" xscreensaver xscreensaver-data
###########################################################
###########################################################
## Gnome tools
#### Gnome tools
###### Installation
aptins "Gnome tools" evince etherape gedit gnome-calculator gparted nemo nemo-fileroller planner
@ -536,7 +536,7 @@ arem "Purge: Gnome tools" eog
###########################################################
###########################################################
## Dev tools
#### Dev tools
###### Installation
aptins "Dev tools" build-essential binutils cpp debconf-utils gcc g++ make
###########################################################
@ -585,7 +585,7 @@ fi
###########################################################
###########################################################
## System tools for cli
#### System tools for cli
##### Pre-configuration
# Chargement d'un fichier preseed
preconfig backuppc
@ -630,9 +630,9 @@ fi
###########################################################
###########################################################
## Internet tools for X11
#### Internet tools for X11
###### Installation
aptins "Internet tools for X11" browser-plugin-freshplayer-pepperflash dwb filezilla icedove icedove-l10n-fr iceowl-extension iceweasel iceweasel-l10n-fr luakit midori pepperflashplugin-nonfree pidgin pidgin-otr pidgin-microblog rdesktop transmission xvnc4viewer
aptins "Internet tools for X11" browser-plugin-freshplayer-pepperflash dwb filezilla icedove icedove-l10n-fr iceowl-extension iceweasel iceweasel-l10n-fr luakit midori mumble pepperflashplugin-nonfree pidgin pidgin-otr pidgin-microblog rdesktop transmission xvnc4viewer
###### Remove
arem "Purge: Internet tools for X11" flashplugin-nonfree flashplugin-nonfree-extrasound
@ -709,10 +709,7 @@ EOF
fi
###########################################################
## Office tools for cli
## List: cups - devtodo - graphviz - imagemagick - imagemagick-doc - odt2txt - pdftk - texlive - texlive-latex-extra - vim-latexsuite
## Remove: avahi-autopid - avahi-daemon - cups-browsed - libnss-mdns
###########################################################
#### Office tools for cli
###### Pre-configuration
# Load preseed file
preconfig cups
@ -727,6 +724,7 @@ arem "Purge: Office tools for cli" avahi-autopid avahi-daemon cups-browsed libns
# Add the standard user to lpadmin group to be able to manage Cups administration via webgui.
adduser "${new_username}" lpadmin > /dev/null 2> "${fichier_erreur}"
# cups needs samba!
###########################################################
###########################################################
#### Office tools for X11
@ -743,17 +741,17 @@ aptins "Multimedia tools for cli" avinfo eyed3 ffmpeg mkvtoolnix moc w32codecs
###########################################################
#### Multimedia tools for X11
###### Installation
aptins "Multimedia tools for X11" audacity easytag gimp inkscape mirage mkvtoolnix-gui mumble smplayer rhythmbox vlc
aptins "Multimedia tools for X11" audacity easytag gimp inkscape mirage mkvtoolnix-gui smplayer rhythmbox vlc
###########################################################
###########################################################
## Games
#### Games
###### Installation
aptins "Games" teeworlds teeworlds-server
###########################################################
###########################################################
## Network share
#### Network share
###### Installation
aptins "Network share" nfs-common
@ -789,7 +787,7 @@ aptins "Miscellaneous useless packages" asr-manpages cmatrix cowsay cowsay-off f
###########################################################
###########################################################
## Manpages / Documentation
#### Manpages / Documentation
###### Installation
aptins "Manpages" aptitude-doc-fr info manpages-fr manpages-fr-dev manpages-fr-extra
###########################################################