Do not remove the locales cache on webapps-update event, instead, it'll be flushed during the upgrade of the pydio rpm

This commit is contained in:
Daniel Berteaud 2013-11-18 16:44:25 +01:00
parent e28ea77432
commit 98a3ecb240
1 changed files with 1 additions and 2 deletions

View File

@ -34,9 +34,8 @@ my $domain = $c->get('DomainName')->value;
# Remove active sessions
unlink(</var/lib/pydio/tmp/sess_*>);
# Remove plugin and i18n cache
# Remove plugin cache
unlink(</var/cache/pydio/plugin*.ser>);
unlink(</var/cache/pydio/i18n/*.ser>);
foreach my $user (($a->users),$a->get('admin')){
my $name = $user->key;