1
0
Fork 0
dokuwiki-templates-extra/debian/dokuwiki-templates-extra.config
Daniel Baumann 9c8ce610a0
Adding debian version 20241201-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:11:24 +01:00

15 lines
339 B
Bash
Executable file

#!/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