From 0838c924f3b7d36a83b7c907cd9c083d893fe35f Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 23 Jun 2019 10:14:02 +0200 Subject: 20190623.1 global branch merge. Signed-off-by: Matteo Bernardini --- system/man-db/man-db.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 system/man-db/man-db.sh (limited to 'system/man-db/man-db.sh') diff --git a/system/man-db/man-db.sh b/system/man-db/man-db.sh deleted file mode 100644 index 54c9b34ae0..0000000000 --- a/system/man-db/man-db.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# Set up environment for man-db. This file is part of the slackbuilds.org -# man-db build. - -# Author: B. Watson. License: WTFPL - -MANPATH="/opt/man-db/man:$MANPATH" -PATH="/opt/man-db/bin:$PATH" - -if [ "$( id -u )" = "0" ]; then - PATH="/opt/man-db/sbin:$PATH" -fi - -export MANPATH -export PATH -- cgit v1.2.3