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:08:14 +01:00
parent f8d74cc725
commit 2fca362a9f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 310 additions and 0 deletions

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

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