Skip to content

Commit

Permalink
feat(flags.md): add removal script flag documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Nov 14, 2023
1 parent 74fa5b4 commit cffc3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pages/documentation/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Skip applying alphabet (a-z, _) placeholders. This is automatically disabled whe
`hasInstallScript`\
Right before the installation completes, extensions with this flag will be able to run a shell script. This script must be called "install.sh" and be in the root of your data directory.

`hasRemovalScript` <span class="badge bg-primary-subtle text-primary-emphasis rounded-pill">Developer branch</span>\
Right before starting the extension removal process, extensions with this flag will be able to run a shell script to undo some changes Blueprint isn't able to. This script must be called "remove.sh" and be in the root of your data directory.

<br/>

##### Developer flags
Expand Down

0 comments on commit cffc3e8

Please sign in to comment.