1
0
Fork 0

Adding debian version 20241201-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-16 08:11:19 +01:00
parent 485e3244ed
commit 9c8ce610a0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 250 additions and 0 deletions

15
debian/dokuwiki-templates-extra.config vendored Executable file
View file

@ -0,0 +1,15 @@
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
TEMPLATES="$(cd /usr/share/dokuwiki/templates-extra && ls -d */ | sed -e 's|/$|,|g')"
db_subst dokuwiki-templates/templates choices $(echo ${TEMPLATES} | sed -e 's|,$||')
db_fset dokuwiki-templates/templates seen false
db_input high dokuwiki-templates/templates || true
db_go
db_stop