From e7e6e9ce1154895d03dd55bf678b975dc460d932 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 18 May 2019 12:21:33 +0200 Subject: 20190518.1 global branch merge. Signed-off-by: Matteo Bernardini --- system/man-db/man-db.csh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 system/man-db/man-db.csh (limited to 'system/man-db/man-db.csh') diff --git a/system/man-db/man-db.csh b/system/man-db/man-db.csh deleted file mode 100644 index 6cf39ce0ba..0000000000 --- a/system/man-db/man-db.csh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/csh - -# Set up environment for man-db. This file is part of the slackbuilds.org -# man-db build. - -# Author: B. Watson. License: WTFPL - -setenv MANPATH /opt/man-db/man:$MANPATH -set path = ( /opt/man-db/bin $path ) -if ("`id -u`" == "0") then - set path = ( /opt/man-db/sbin $path ) -endif -- cgit v1.2.3