File 50-xpdf of Package xpdf

#! /bin/sh
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
# All rights reserved.
#
# Author: Mike FABIAN <mfabian@suse.de>, 2004

# check if we are started as root
# only one of UID and USER must be set correctly

if test "$UID" != 0 -a "$USER" != root; then
    echo "You must be root to start $0."
    exit 1
fi

test -n "$ROOT" && exit 0

LC_ALL=POSIX

export PATH=$PATH:/usr/X11R6/bin/

echo "Generating CJK setup for xpdf ..."

/usr/sbin/xpdf-cjk-config --verbosity 0

openSUSE Build Service is sponsored by