Skip to content

Commit

Permalink
Partially fix uninstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
bserem committed Sep 25, 2024
1 parent 73c0182 commit 0f35c14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ post_install_actions:
# Files listed in project_files section will be automatically removed here if they contain #ddev-generated line.
# removal_actions are executed in the context of the target project's .ddev directory.
removal_actions:
- rm ~/.ddev/commands/web/behat
- rm ~/.ddev/commands/web/robo
- rm ~/.ddev/commands/host/login
- rm ~/.ddev/settings.local.devmodeON.php
- rm ~/.ddev/settings.local.devmodeOFF.php
- rm commands/web/behat
- rm commands/web/robo
- rm commands/host/login
- rm settings.local.devmodeON.php
- rm settings.local.devmodeOFF.php
- |
if [ -f ${DDEV_APPROOT}/.ddev/config.hooks.yaml then
if grep -q '#ddev-generated' ${DDEV_APPROOT}/.ddev/config.hooks.yaml; then
Expand Down

0 comments on commit 0f35c14

Please sign in to comment.