summaryrefslogtreecommitdiff
path: root/mail/openwebmail/pkg-install
blob: 53c5ab67c94ab623f6c12e19a0f7c1dfcb712f3f (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
if [ "$2" != "POST-INSTALL" ]; then
    exit 0
fi

chmod 0770 ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions
chmod 0700 ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/users
chmod 4755 ${PKG_PREFIX}/www/cgi-bin/openwebmail/openwebmail*pl