summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-04-21 09:37:32 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-04-21 09:37:32 +0200
commit5f96b31dfd4738313f0ffbde83945f64c2b46ca2 (patch)
tree5588bc50a9e6e90c09148da55ee87bb771b486ec /sys-apps/man-db/files
parentdev-libs/libpipeline: Removed old (diff)
downloadgentoo-5f96b31dfd4738313f0ffbde83945f64c2b46ca2.tar.gz
gentoo-5f96b31dfd4738313f0ffbde83945f64c2b46ca2.tar.bz2
gentoo-5f96b31dfd4738313f0ffbde83945f64c2b46ca2.zip
sys-apps/man-db: Removed old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/man-db/files')
-rw-r--r--sys-apps/man-db/files/man-db.cron11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/man-db/files/man-db.cron b/sys-apps/man-db/files/man-db.cron
deleted file mode 100644
index b3794f255734..000000000000
--- a/sys-apps/man-db/files/man-db.cron
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Use same perms/settings as the ebuild.
-cachedir="/var/cache/man"
-if [ ! -d "${cachedir}" ]; then
- mkdir -p "${cachedir}"
- chown man:man "${cachedir}"
- chmod 0755 "${cachedir}"
-fi
-
-exec nice mandb --quiet