File SuSEconfig.ghostscript-cjk of Package ghostscript-cjk
#!/bin/sh
#
# Copyright (c) 2002, 2004 SuSE Linux AG, Nuernberg, Germany. All rights reserved.
#
# Author: Mike Fabian <mfabian@suse.de>, 2002
#
# 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
if [ -x /usr/sbin/acroread-cidfont-config ] ; then
/usr/sbin/acroread-cidfont-config
fi
if [ -x /usr/sbin/ghostscript-cjk-config ] ; then
/usr/sbin/ghostscript-cjk-config
fi