Skip to content

Commit e7b21f6

Browse files
committed
lib / main-config.sh: enable APA extension for sid Release builds
1 parent 224b35a commit e7b21f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/functions/configuration/main-config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,9 @@ function do_main_configuration() {
319319
;;
320320
esac
321321

322+
# enable APA extension for Debian Unstable release
323+
[ "$RELEASE" = "sid" ] && enable_extension "apa"
324+
322325
## Extensions: at this point we've sourced all the config files that will be used,
323326
## and (hopefully) not yet invoked any extension methods. So this is the perfect
324327
## place to initialize the extension manager. It will create functions

0 commit comments

Comments
 (0)