]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/oldcore/73/update.sh
Merge remote-tracking branch 'origin/next' into fifteen
[ipfire-2.x.git] / config / rootfiles / oldcore / 73 / update.sh
index 6afca9fc54afb494b2f3b6b9c23c81f3815b6e17..1fb3ac64269ed59b5cdb1173a2edcadfc10f0c87 100644 (file)
@@ -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...