ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/dovecot2/files/pkg-deinstall.in
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
File size: 188 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 #! /bin/sh
2 # $MidnightBSD$
3
4 case $2 in
5 DEINSTALL)
6 echo "If you don't intend on reinstalling this port you should manually 'rm -rf /var/db/dovecot' if anything was stored there."
7 ;;
8 esac