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
export LC_ALL=C
if [ "$1" = "configure" ]; then
# Remove existing locale-archive, otherwise they are prefered
# to the ones in this package
rm -f /usr/lib/locale/locale-archive 2>/dev/null || true
fi
exit 0