update readme

This commit is contained in:
2022-05-06 11:36:40 +02:00
parent 4fd801346c
commit 8d7613d530
+14 -22
View File
@@ -1,6 +1,6 @@
# Tooloop Packages # Tooloop Packages
This repository contains all apps, that come bundled with Tooloop OS. This repository contains presentations and addons, that come bundled with Tooloop OS.
Its also a great place to get information on how to build your own package. Its also a great place to get information on how to build your own package.
@@ -19,7 +19,7 @@ Tooloop Packages are ZIP files, containing a Debian package and additional image
└─ ... └─ ...
**Debian package** **Creating a Debian package**
Create a folder structure with your stuff: Create a folder structure with your stuff:
@@ -36,27 +36,19 @@ Create a folder structure with your stuff:
│ ├─ postrm (optional) │ ├─ postrm (optional)
│ └─ ... │ └─ ...
─ assets/ ─ assets/
├─ presentation/ ├─ presentation/
│ ├─ LICENSE.md │ ├─ LICENSE.md
│ ├─ README.md │ ├─ README.md
│ ├─ start-presentation.sh (mandatory) │ ├─ start-presentation.sh (mandatory)
│ ├─ stop-presentation.sh (mandatory) │ ├─ stop-presentation.sh (mandatory)
│ └─ ... │ └─ ...
└─ data/ └─ data/
└─ ... └─ ...
└─ opt/
└─ tooloop/
└─ settings─server/
└─ installed_app/
├─ controller.py
└─ settings.html
The `DEBIAN` contains the package information and some control files.
All other folders except simply copied to disk for you. The `DEBIAN` folder contains the package information and some control files. All other folders are simply copied to disk for you.
**The DEBIAN/control file** **The DEBIAN/control file**