* smtp-server=localhost nije potreban, slanje normalno radi preko /usr/sbin/sendmail
[pine-cn.git] / debian / postinst
index 68fa9f1..ec93098 100755 (executable)
@@ -5,12 +5,3 @@ if [ "$1" = "configure" ]; then
     --slave /usr/share/man/man1/pine.1.gz pine.1.gz /usr/share/man/man1/alpine.1.gz
 fi
 
-if [ ! -f /etc/pine.conf ]; then
-  echo "CN: Creating configuration file /etc/pine.conf..."
-  touch /etc/pine.conf
-fi
-
-if ! grep -q ^smtp-server /etc/pine.conf; then
-  echo "CN: Adding smtp-server to /etc/pine.conf..."
-  echo smtp-server=localhost >> /etc/pine.conf
-fi