summaryrefslogtreecommitdiff
path: root/mail/openwebmail/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'mail/openwebmail/pkg-deinstall')
-rw-r--r--mail/openwebmail/pkg-deinstall12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/openwebmail/pkg-deinstall b/mail/openwebmail/pkg-deinstall
deleted file mode 100644
index a63d9953a511..000000000000
--- a/mail/openwebmail/pkg-deinstall
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-if [ "$2" != "DEINSTALL" ]; then
- exit 0
-fi
-
-for x in addressbooks/global calendar.book; do
- if [ ! -s "${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/${x}" ]; then
- rm ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/${x}
- fi
-done
-
-rm -fr ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions/*