Enlève gnash si non-sélectionné
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Fri, 25 Feb 2011 06:23:33 +0000 (06:23 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Fri, 25 Feb 2011 06:23:33 +0000 (06:23 +0000)
ubuntu/ubuntu-cfg.sh

index 0dc6504..c3a3fe9 100755 (executable)
@@ -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 $?