New installers: 2018-02-20

* includes bugfix for ssl certificates that were not removed on
uninstall
This commit is contained in:
Tom Schoonjans
2018-02-20 10:00:42 +00:00
parent c1da5644ed
commit 0f30a324a0
91 changed files with 63 additions and 11 deletions

View File

@ -1,4 +1,4 @@
<!ELEMENT schemalist (schema|enum)* >
<!ELEMENT schemalist (schema|enum|flags)* >
<!ATTLIST schemalist gettext-domain CDATA #IMPLIED >
<!ELEMENT schema (key|child|override)* >
@ -47,7 +47,8 @@
<!-- range is only allowed for keys with numeric type -->
<!ELEMENT range EMPTY >
<!-- min and max must be parseable as values of the key type and min < max -->
<!-- min and max must be parseable as values of the key type and
min must be less than or equal to max -->
<!ATTLIST range min CDATA #REQUIRED
max CDATA #REQUIRED >