aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-17 01:06:33 +0300
committerCem Keylan <cem@ckyln.com>2019-12-17 01:06:33 +0300
commit0124c81db637ae1af5ea628748cfa3d8c6069cde (patch)
treedd7cdc80df4fa5514ef337d4a0f489c4735032d2 /testing
parentdfb5a2bd511d63d67a0fa73f2deb2abfd0d52960 (diff)
downloadrepository-0124c81db637ae1af5ea628748cfa3d8c6069cde.tar.gz
mlocate: move to extra
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/mlocate/build9
-rw-r--r--testing/mlocate/checksums1
-rwxr-xr-xtesting/mlocate/post-install19
-rw-r--r--testing/mlocate/sources1
-rw-r--r--testing/mlocate/version1
5 files changed, 0 insertions, 31 deletions
diff --git a/testing/mlocate/build b/testing/mlocate/build
deleted file mode 100755
index e641b74d..00000000
--- a/testing/mlocate/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --disable-nls
-
-make
-
-make DESTDIR="$1" install
diff --git a/testing/mlocate/checksums b/testing/mlocate/checksums
deleted file mode 100644
index ad24726f..00000000
--- a/testing/mlocate/checksums
+++ /dev/null
@@ -1 +0,0 @@
-3063df79fe198fb9618e180c54baf3105b33d88fe602ff2d8570aaf944f1263e mlocate-0.26.tar.xz
diff --git a/testing/mlocate/post-install b/testing/mlocate/post-install
deleted file mode 100755
index 31c4d616..00000000
--- a/testing/mlocate/post-install
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh -e
-
-if grep -q mlocate /etc/group; then
- echo "mlocate group already exists, skipping creation"
-else
- echo "Creating mlocate group"
- addgroup mlocate
-fi
-
-cat <<EOF
-
-NOTE: In order to use "locate" command without
-root priviliges add yourself to the
-
- mlocate
-
-group.
-
-EOF
diff --git a/testing/mlocate/sources b/testing/mlocate/sources
deleted file mode 100644
index c3089b62..00000000
--- a/testing/mlocate/sources
+++ /dev/null
@@ -1 +0,0 @@
-http://releases.pagure.org/mlocate/mlocate-0.26.tar.xz
diff --git a/testing/mlocate/version b/testing/mlocate/version
deleted file mode 100644
index f718ec45..00000000
--- a/testing/mlocate/version
+++ /dev/null
@@ -1 +0,0 @@
-0.26 1