1
0
Fork 0
dokuwiki-plugins-extra/debian/dokuwiki-plugins-extra.config
Daniel Baumann 2fca362a9f
Adding debian version 20241201-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:08:14 +01:00

15 lines
321 B
Bash
Executable file

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