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