1
0
Fork 0
dokuwiki-plugins-extra/debian/dokuwiki-plugins-extra.config

16 lines
321 B
Text
Raw Normal View History

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