Subversion Repositories livecd

Rev

Rev 404 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 404 Rev 406
Line 680... Line 680...
680
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
680
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
681
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
681
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
682
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
682
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
683
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-fabian
683
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-fabian
684
 
684
 
685
# evolution is in the gnome launch panel (bad workaround to start thunderbird instead)
685
# email_launcher in gnome panel points to evolution (sorry for the bad hack)
-
 
686
if [ ! -e /usr/bin/evolution ]; then
-
 
687
   if [ -e /usr/bin/thunderbird ]; then
-
 
688
      # start thunderbird instead of evolution
686
[ ! -e /usr/bin/evolution ] && ln -s /usr/bin/thunderbird /usr/bin/evolution
689
      ln -s /usr/bin/thunderbird /usr/bin/evolution
-
 
690
   else
-
 
691
      # display info
-
 
692
      echo 'zenity --info --text "Evolution email client is not installed"' > /usr/bin/evolution
-
 
693
      chmod 755 /usr/bin/evolution
-
 
694
   fi
-
 
695
fi
687
 
696
 
688
# clean up yum
697
# clean up yum
689
yum clean all
698
yum clean all
690
 
699
 
691
# workaround avahi segfault (#279301)
700
# workaround avahi segfault (#279301)