From: gobo72 Date: Fri, 25 Feb 2011 06:23:33 +0000 (+0000) Subject: Enlève gnash si non-sélectionné X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=32d65d92e012442869db211205afe55d77912ccf;p=hvlinux.git Enlève gnash si non-sélectionné --- diff --git a/ubuntu/ubuntu-cfg.sh b/ubuntu/ubuntu-cfg.sh index 0dc6504..c3a3fe9 100755 --- a/ubuntu/ubuntu-cfg.sh +++ b/ubuntu/ubuntu-cfg.sh @@ -263,6 +263,10 @@ ${AGI} ${GST}-ffmpeg ${GST}-plugins-bad ${GST}-plugins-ugly ${GST}-fluendo-mp3 ${AGI} libavcodec-extra-52 if [ "x${INSTALL_GNASH}" = "x1" ]; then ${AGI} mozilla-plugin-gnash # Requires "mysql-common" +else + if dpkg --list | grep "gnash" 1> /dev/null 2>&1; then + ${APT} remove --purge gnash* + fi fi if [ -h /dev/cdrom ]; then # Don't install on machines without CD/DVD-ROM ${AGI} vlc mozilla-plugin-vlc @@ -282,6 +286,7 @@ if [ "x${INSTALL_MUSIC_STUDIO}" = "x1" ]; then ${AGI} lilypond ${AGI} vkeybd ${AGI} rosegarden + ${AGI} ardour fi ${AGI} sylpheed @@ -323,6 +328,9 @@ ${AGI} psutils ${AGI} imagemagick ${AGI} gimp +# Pour changer la couleur des scrollbars (gris sur gris par défaut) +${AGI} gnome-color-chooser + ubuntu_cleanup exit $?