diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-03 11:26:54 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-03 11:26:54 +0000 |
commit | 77233e9759c9fb77c2a947103ad54f7eb171d812 (patch) | |
tree | 4c451913b6d68168ba3ffd92ac708ca1d0014d90 /mail/openwebmail/pkg-deinstall | |
parent | Chase version change of audio/id3lib (diff) |
update to openwebmail-2.30
Diffstat (limited to 'mail/openwebmail/pkg-deinstall')
-rw-r--r-- | mail/openwebmail/pkg-deinstall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/openwebmail/pkg-deinstall b/mail/openwebmail/pkg-deinstall index 30b614fbcf36..895d43b968bc 100644 --- a/mail/openwebmail/pkg-deinstall +++ b/mail/openwebmail/pkg-deinstall @@ -1,2 +1,6 @@ #!/bin/sh +if [ "$2" != "DEINSTALL" ]; then + exit 0 +fi + rm -fr ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions/* |