Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
#! /bin/sh
set -e
if [ ! -f /etc/python2.7/sitecustomize.py ]; then
cat <<-EOF
# Empty sitecustomize.py to avoid a dangling symlink
EOF
fi
if [ "$1" = configure ]; then
rm -f /etc/python2.7/cert-verification.conf
fi
exit 0