blob: 53c5ab67c94ab623f6c12e19a0f7c1dfcb712f3f (
plain) (
tree)
|
|
#!/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
|