X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=pine-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=ec9309882bdc5e5cee77e23870e5f8f171c1c1a3;hp=68fa9f1ee2865df9620d695cc691b478dbd6c8de;hb=61080f57786da95cd7d7ce9cac317dd3a4f32749;hpb=6409d246aeebd6fa5ca742380c615f9a15f44ebe diff --git a/debian/postinst b/debian/postinst index 68fa9f1..ec93098 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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