69ce2b3499
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
5 lines
111 B
Bash
5 lines
111 B
Bash
#! /bin/sh
|
|
case "$2" in POST-INSTALL)
|
|
"$PKG_PREFIX/sbin/cone-sysconftool" "$PKG_PREFIX/etc/cone.dist" ;;
|
|
esac
|