]> git.pld-linux.org Git - packages/exim.git/commitdiff
- Removed the trigger for config file conversion: it triggers when not
authorqrczak <qrczak@pld-linux.org>
Sun, 22 Jul 2007 13:19:44 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  needed (when upgrading from exim 4) and corrupts the config file.

Changed files:
    exim.spec -> 1.288

exim.spec

index acc14a70330eec5c589d03ee4dac3fd81045899d..45d3a9791c76362007bd2de6e2d348a036d638b4 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -277,13 +277,6 @@ if [ "$1" = "0" ]; then
        %groupremove exim
 fi
 
-%triggerpostun -- exim  < 3.90
-if [ -f /etc/mail/exim.conf ]; then
-       umask 022
-       mv /etc/mail/exim.conf /etc/mail/exim.conf.3
-       /usr/bin/convert4r4 < /etc/mail/exim.conf.3 > /etc/mail/exim.conf
-fi
-
 %files
 %defattr(644,root,root,755)
 %doc README* NOTICE LICENCE analyse-log-errors doc/{ChangeLog,NewStuff,dbm.discuss.txt,filter.txt,spec.txt,Exim*.upgrade,OptionLists.txt,experimental-spec.txt} build-Linux-*/transport-filter.pl
This page took 0.312779 seconds and 4 git commands to generate.