diff options
Diffstat (limited to 'mail/openwebmail/pkg-install')
-rw-r--r-- | mail/openwebmail/pkg-install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/openwebmail/pkg-install b/mail/openwebmail/pkg-install deleted file mode 100644 index 06e334b645c2..000000000000 --- a/mail/openwebmail/pkg-install +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -mkdir -p ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/addressbooks -mkdir -p ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions -chmod 0770 ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions -mkdir -p ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/users -chmod 0700 ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/users -chmod 4755 ${PKG_PREFIX}/www/cgi-bin/openwebmail/openwebmail*pl - -for x in addressbooks/global calendar.book; do - if [ ! -s "${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/${x}" ]; then - touch ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/${x} - chmod 0666 ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/${x} - fi -done - -${PKG_PREFIX}/www/cgi-bin/openwebmail/openwebmail-tool.pl --init --no |