wok-next diff ssmtp/receipt @ rev 7296

Down: elinks to 0.11.7. Looks like elinks 0.13 that arch uses is a daily updated tar.bz2 file. Best to not use that.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 00:27:36 2010 +0000 (2010-11-17)
parents 76fb04b9a771
children be13f25e790b
line diff
     1.1 --- a/ssmtp/receipt	Tue Jun 23 12:32:41 2009 +0800
     1.2 +++ b/ssmtp/receipt	Wed Nov 17 00:27:36 2010 +0000
     1.3 @@ -43,9 +43,9 @@
     1.4      local root
     1.5      root=$1
     1.6      echo "Processing post-install commands..."
     1.7 -    ln -sf $root/usr/sbin/ssmtp $root/usr/sbin/sendmail
     1.8 -    ln -sf $root/usr/sbin/ssmtp $root/usr/sbin/newaliases
     1.9 -    ln -sf $root/usr/sbin/ssmtp $root/usr/sbin/mailq
    1.10 +    ln -sf /usr/sbin/ssmtp $root/usr/sbin/sendmail
    1.11 +    ln -sf /usr/sbin/ssmtp $root/usr/sbin/newaliases
    1.12 +    ln -sf /usr/sbin/ssmtp $root/usr/sbin/mailq
    1.13  }
    1.14  
    1.15  post_remove()