From 81b44564a13cf0bf396398a274d8346206c09865 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sun, 19 Sep 2010 15:34:44 +0000 Subject: [PATCH] Not removing mysql-common because it is a dependency of gnash --- ubuntu/ubuntu-cfg.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ubuntu/ubuntu-cfg.sh b/ubuntu/ubuntu-cfg.sh index d780e1c..41a0b03 100755 --- a/ubuntu/ubuntu-cfg.sh +++ b/ubuntu/ubuntu-cfg.sh @@ -41,10 +41,6 @@ if dpkg --list | grep "evolution-exchange" 1> /dev/null 2>&1; then ${APT} remove --purge evolution fi -if dpkg --list | grep "mysql-common" 1> /dev/null 2>&1; then - ${APT} remove --purge mysql-common -fi - if dpkg --list | grep "pppconfig" 1> /dev/null 2>&1; then ${APT} remove --purge pppconfig pppoeconf fi @@ -148,7 +144,7 @@ if ! sudo apt-key list | grep "rob@welcomehome.org" 1> /dev/null 2>&1; then sudo apt-key add /tmp/gnashdev.key rm /tmp/gnashdev.key fi -${AGI} mozilla-plugin-gnash +${AGI} mozilla-plugin-gnash # Requires "mysql-common" ${AGI} vlc vlc-plugin-jack mozilla-plugin-vlc if [ -h /media/cdrom ]; then # Don't install on machines without CD/DVD-ROM ${AGI} sound-juicer -- 2.20.1