diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-04-21 09:37:32 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-04-21 09:37:32 +0200 |
commit | 5f96b31dfd4738313f0ffbde83945f64c2b46ca2 (patch) | |
tree | 5588bc50a9e6e90c09148da55ee87bb771b486ec /sys-apps/man-db/files | |
parent | dev-libs/libpipeline: Removed old (diff) | |
download | gentoo-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.cron | 11 |
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 |