Rev 79 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 79 | Rev 80 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | invoke-rc.d exim4 reload || true  | 
            35 | invoke-rc.d exim4 reload || true  | 
          
| 36 | else  | 
            36 | else  | 
          
| 37 | /etc/init.d/exim4 reload || true  | 
            37 | /etc/init.d/exim4 reload || true  | 
          
| 38 | fi  | 
            38 | fi  | 
          
| 39 | fi  | 
            39 | fi  | 
          
| - | 40 | ||
| - | 41 | rm -rf /var/spool/sa-exim/tuplets  | 
          |
| 40 | # In the rather uncommon event that debconf has been removed before  | 
            42 | # In the rather uncommon event that debconf has been removed before  | 
          
| 41 | # us, we have no choice but leaving the spool directory alone.  | 
            43 | # us, we have no choice but leaving the spool directory alone.  | 
          
| 42 | if [ -e /var/spool/sa-exim ] &&  | 
            44 | if [ -e /var/spool/sa-exim ] &&  | 
          
| 43 | ! rmdir /var/spool/sa-exim 2>/dev/null &&  | 
            45 | ! rmdir /var/spool/sa-exim 2>/dev/null &&  | 
          
| 44 | [ -f /usr/share/debconf/confmodule ]; then  | 
            46 | [ -f /usr/share/debconf/confmodule ]; then  |