From 1888ac5c668b16b6d53c8a61ba7872b8b77251bf Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 4 Apr 2019 08:51:55 +0200 Subject: [PATCH] postinst-setup-fedora: Drop postfix --- postinst-setup-fedora | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postinst-setup-fedora b/postinst-setup-fedora index afd4fa9..ae8369e 100755 --- a/postinst-setup-fedora +++ b/postinst-setup-fedora @@ -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 - <