]> piware.de Git - bin.git/commitdiff
postinst-setup-fedora: Drop postfix
authorMartin Pitt <martin@piware.de>
Thu, 4 Apr 2019 06:51:55 +0000 (08:51 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 4 Apr 2019 06:51:55 +0000 (08:51 +0200)
postinst-setup-fedora

index afd4fa96ad14aaf04b4566a3cbfd54ac7f7d6c35..ae8369e2864b0ed654abf329c14b778905344d5c 100755 (executable)
@@ -23,7 +23,7 @@ if ! type offlineimap >/dev/null 2>&1; then
         texlive-german texlive-a4wide \
         gnome-terminal firefox network-manager-applet evince shotwell rhythmbox \
         offlineimap gnome-keyring pinentry-gnome3 \
-        postfix duplicity systemd-container gnome-disk-utility powertop \
+        duplicity systemd-container gnome-disk-utility powertop \
         git gtimelog libappindicator-gtk3 gnome-screenshot \
         schroot mock apt-cacher-ng strace wget patchutils \
 
@@ -86,7 +86,6 @@ if [ ! -d /etc/.git ]; then
     cp -av /backup-etc/.git/ /etc/
     rm -rf /backup-etc
 fi
-systemctl enable --now postfix
 
 # crontabs
 crontab -u martin - <<EOF