]> piware.de Git - bin.git/blobdiff - postinst-setup-fedora
postinst-setup-fedora: Drop postfix
[bin.git] / postinst-setup-fedora
index 633496fb6e99bedbb5c2423ae4bbd01bfce48ae1..ae8369e2864b0ed654abf329c14b778905344d5c 100755 (executable)
@@ -16,14 +16,14 @@ if ! type offlineimap >/dev/null 2>&1; then
         i3 i3lock lxdm wmctrl dunst pcmanfm gvfs-mtp parole \
         pavucontrol pulseaudio-utils alsa-plugins-pulseaudio \
         gstreamer1-plugin-mpg123 gstreamer1-plugins-good \
-        qemu-kvm qemu-img openvpn mutt weechat pidgin-otr \
+        qemu-kvm qemu-img openvpn mutt w3m weechat pidgin-otr \
         simple-scan sane-backends sane-backends-drivers-scanners \
         pandoc texlive-beamer texlive-latex-bin texlive-collection-fontsrecommended \
         texlive-hyphen-german texlive-hyphen-english texlive-fancyhdr texlive-dinbrief \
         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 \
 
@@ -44,7 +44,7 @@ tmpfs /var/lib/mock tmpfs defaults 0 0
 #/srv /ubuntu/srv none bind 0 0
 #/tmp /ubuntu/tmp none bind 0 0
 EOF
-ln -s fedora-26-x86_64.cfg /etc/mock/default.cfg
+#ln -s fedora-27-x86_64.cfg /etc/mock/default.cfg
 
 # have schroot use tmpfs
 if [ ! -L /var/lib/schroot/unpack ]; then
@@ -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