Make sure checker.conf and notification.conf are enabled by default.

This commit is contained in:
Gunnar Beutner 2013-10-01 08:38:18 +02:00
parent abf1995e4a
commit b3f24eecbc
1 changed files with 2 additions and 0 deletions

View File

@ -23,4 +23,6 @@ install-exec-hook:
if [ ! -e features-enabled ]; then \
$(MKDIR_P) features-enabled && \
$(LN_S) ../features-available/compat.conf features-enabled/; \
$(LN_S) ../features-available/checker.conf features-enabled/; \
$(LN_S) ../features-available/notification.conf features-enabled/; \
fi