Tobias Schultze 239b817540
Fix symfony cache:clear running twice on deployment (#2602)
* Fix symfony cache:clear running twice on deployment

Any standard symfony app is running cache:clear on composer install ever since.
I.e. in composer.json

```
"scripts": {
    "auto-scripts": {
      "cache:clear": "symfony-cmd",
      "assets:install %PUBLIC_DIR%": "symfony-cmd"
    },
    "post-install-cmd": [
      "@auto-scripts"
    ],
    "post-update-cmd": [
      "@auto-scripts"
    ]
  },
```

This prevents cache clearing being run twice for no reason.

* regenerate doc
2021-07-15 23:20:44 +03:00
..
2021-04-22 19:14:09 +02:00
2021-06-09 23:52:53 +03:00
2020-10-29 23:16:36 +01:00
2021-03-14 08:44:14 +01:00
2020-10-25 18:00:05 +03:00
2020-10-25 18:00:05 +03:00
2020-10-25 18:00:05 +03:00
2020-10-29 23:16:36 +01:00
2020-10-29 23:16:36 +01:00
2021-04-11 16:49:46 +02:00
2020-10-29 23:16:36 +01:00
2020-10-29 23:16:36 +01:00
2020-10-29 23:16:36 +01:00
2020-10-29 23:16:36 +01:00
2020-10-29 23:16:36 +01:00