Adding debian version 20241201-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
485e3244ed
commit
9c8ce610a0
11 changed files with 250 additions and 0 deletions
15
debian/dokuwiki-templates-extra.config
vendored
Executable file
15
debian/dokuwiki-templates-extra.config
vendored
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue