|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 512 (0x200)
Types: TextFile
Notes: UNIX file
Names: »dependencies«
└─⟦a0a611847⟧ Bits:30004636/disk1.imd INTERACTIVE Motif Environment Development System
└─⟦a0a611847⟧ UNIX Filesystem
└─⟦this⟧ »xt/install/dependencies«
# Check that OSF/Motif Window Manager has already been installed.
#
QUIT=0
if test ! -s /usr/options/xm.name
then
echo "**ERROR** ${PKGNAME} cannot be installed --"
echo "It requires the OSF/Motif Window Manager to be installed first."
QUIT=1
fi
if test ! -s /usr/options/xd.name
then
echo "**ERROR** ${PKGNAME} cannot be installed --"
echo "It requires the X11 Windowing System Development Package to be installed first."
QUIT=1
fi
if test "$QUIT" = "1"
then
exit 1
fi
exit 0