From 1f17a4054ade0fba9c3f2e2e86c5a90fa7be4b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz> Date: Mon, 28 Jan 2019 16:26:47 +0100 Subject: [PATCH] lists: drop i_agree_datacollect This is no longer needed and we have datacollect list instead for this. --- lists/datacollect.lua.m4 | 9 +++++++++ lists/i_agree_datacollect.lua.m4 | 6 ------ 2 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 lists/datacollect.lua.m4 delete mode 100644 lists/i_agree_datacollect.lua.m4 diff --git a/lists/datacollect.lua.m4 b/lists/datacollect.lua.m4 new file mode 100644 index 000000000..a6c27c5e0 --- /dev/null +++ b/lists/datacollect.lua.m4 @@ -0,0 +1,9 @@ +include(utils.m4)dnl Include utility macros +_FEATURE_GUARD_ + +Install("foris-data_collect-plugin", "nikola", { priority = 40 }) +if for_l10n then + for_l10n("foris-data_collect-plugin-l10n-") +end + +_END_FEATURE_GUARD_ diff --git a/lists/i_agree_datacollect.lua.m4 b/lists/i_agree_datacollect.lua.m4 deleted file mode 100644 index ba69bb8a3..000000000 --- a/lists/i_agree_datacollect.lua.m4 +++ /dev/null @@ -1,6 +0,0 @@ -include(utils.m4)dnl Include utility macros -_FEATURE_GUARD_ - -Install("ucollect-meta", "nikola", { priority = 40 }) - -_END_FEATURE_GUARD_ -- GitLab