X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Frootfiles%2Foldcore%2F73%2Fupdate.sh;h=1fb3ac64269ed59b5cdb1173a2edcadfc10f0c87;hp=6afca9fc54afb494b2f3b6b9c23c81f3815b6e17;hb=0203401cf5dcd2fc005eb33a593b625f56258463;hpb=78403883e23271c9a7ab2bdfeeaf64cc20fd11b4 diff --git a/config/rootfiles/oldcore/73/update.sh b/config/rootfiles/oldcore/73/update.sh index 6afca9fc5..1fb3ac642 100644 --- a/config/rootfiles/oldcore/73/update.sh +++ b/config/rootfiles/oldcore/73/update.sh @@ -53,6 +53,11 @@ extract_files #Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" +# Remove invalid fetchmail symlinks when postfix is installed. +if [ ! -e "/etc/rc.d/init.d/fetchmail" ]; then + rm -f /etc/rc.d/rc*.d/*fetchmail +fi + sync # This update need a reboot...