From 32d65d92e012442869db211205afe55d77912ccf Mon Sep 17 00:00:00 2001 From: gobo72 Date: Fri, 25 Feb 2011 06:23:33 +0000 Subject: [PATCH] =?utf8?q?Enl=C3=A8ve=20gnash=20si=20non-s=C3=A9lectionn?= =?utf8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ubuntu/ubuntu-cfg.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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 $? -- 2.20.1