#!/bin/bash
#
# Guarded Installation Tool, by Ingo Brueckl (ib@wupperonline.de) 14.11.1996
# modified: 06.08.2002
#
# Method for coping with arbitrary filenames that may contain newlines
# and some other stuff were supplied by Rainer Fischer.
# configuration section
#--------------------------------------------------------------------------
SHOWRESULT=yes # default answer to 'Show it?'
FINDCASE=-i # will cause --find to ignore case
PROFILEVAR=*default* # empty, *default*, or individual variable name
PRESERVE=yes # preserve the de-installation script's timestamps
EXPERT=no # non-experts get some additional help
VIEWPROG="less -c" # program used to show results
LSPROG="ls -dC" # program used to list de-installation scripts
EDITPROG=${EDITOR:-vi} # program used to edit de-installation scripts