freebsd-ports/mail/cone/pkg-install
Dirk Meyer 69ce2b3499 Cone is a text-based mail client. Cone seamlessly handles multiple POP3,
IMAP accounts, and local mail folders. Cone is also a simple newsreader.
Cone is designed to be foolproof enough to be used by inexperienced users,
but also offers advanced features for power users.

PR:		54218
Submitted by:	matthias.andree@gmx.de
2003-08-15 02:49:45 +00:00

4 lines
111 B
Bash

#! /bin/sh
case "$2" in POST-INSTALL)
"$PKG_PREFIX/sbin/cone-sysconftool" "$PKG_PREFIX/etc/cone.dist" ;;
esac