freebsd-ports/mail/cone/pkg-deinstall
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

8 lines
204 B
Bash

#! /bin/sh
case "$2" in DEINSTALL)
if cmp -s "$PKG_PREFIX/etc/cone" "$PKG_PREFIX/etc/cone.dist" ; then
rm -f "$PKG_PREFIX/etc/cone"
else
echo "Modified $PKG_PREFIX/etc/cone left in place."
fi
esac