diff --git a/content/tutorials/extensions/dnn-manifest-schema/index.md b/content/tutorials/extensions/dnn-manifest-schema/index.md
index 779a6691a..d5dbd2bda 100644
--- a/content/tutorials/extensions/dnn-manifest-schema/index.md
+++ b/content/tutorials/extensions/dnn-manifest-schema/index.md
@@ -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.
```
@@ -315,6 +316,9 @@ Some component types are applicable only to the package type of the same name; g
...
+
+ DesktopModules/MyModule/DeleteFolder
+
```