소스 검색

Preinstall dovecot into images

Bob Mottram 8 년 전
부모
커밋
39628a200d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      src/freedombone-base-email

+ 0
- 2
src/freedombone-base-email 파일 보기

@@ -1278,8 +1278,6 @@ function configure_imap {
1278 1278
         return
1279 1279
     fi
1280 1280
 
1281
-    dpkg -P dovecot-imapd
1282
-    dpkg -P dovecot-core
1283 1281
     apt-get -yq install dovecot-imapd
1284 1282
 
1285 1283
     if [ ! -d /etc/dovecot ]; then