From 4a39d22c64e6bad00796d69e0b64b99f5a9e9c0c Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 20 Nov 2017 13:17:01 +0100 Subject: [PATCH] add mlocate --- system-tools.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system-tools.yaml b/system-tools.yaml index 82ae7a8..c3b4d3a 100644 --- a/system-tools.yaml +++ b/system-tools.yaml @@ -26,6 +26,7 @@ data: - calc - dateutils - gcal + - mlocate filter: rpms: - calc-devel @@ -34,6 +35,7 @@ data: - calc - dateutils - gcal + - mlocate components: rpms: calc: @@ -45,3 +47,6 @@ data: gcal: rationale: A command-line calendar utility. ref: master + mlocate: + rationale: A utility for finding files. + ref: master