Skip to content

Commit

Permalink
Merge pull request #705 from Timo-Breumelhof/master
Browse files Browse the repository at this point in the history
Improve Manifest Cleanup documentation #704
  • Loading branch information
david-poindexter authored Nov 18, 2023
2 parents 8896f6a + 081c700 commit fe66436
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/tutorials/extensions/dnn-manifest-schema/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ Some component types are applicable only to the package type of the same name; g
* [`Cleanup`](https://www.dnnsoftware.com/wiki/cleanup-component). List of files that must be deleted during installation or upgrade of the package.
You can list the files individually in the manifest.
- You can list the files individually in the manifest.
- You can also remove folders. These have to be empty, so you need to remove the files first.
```
Expand All @@ -315,6 +316,9 @@ Some component types are applicable only to the package type of the same name; g
<file />
...
</files>
<folder>
<path>DesktopModules/MyModule/DeleteFolder</path>
</folder>
</component>
```
Expand Down

0 comments on commit fe66436

Please sign in to comment.