freebsd-ports/x11/wrapper/pkg-install
Trevor Johnson 90822f14d1 Add dependency on x11-servers/Xfree86-4-Server.
Add pkg-install.

Submitted by:	Kato Tsuguru <tkato@prontomail.ne.jp
Reviewed by:	will
2000-10-23 12:03:46 +00:00

9 lines
204 B
Bash

#!/bin/sh
if [ "X$2" != "XPOST-INSTALL" ]; then
exit 0
fi
/bin/ln -sf ${PKG_PREFIX}/bin/Xwrapper ${PKG_PREFIX}/bin/X
/bin/chmod -s ${PKG_PREFIX}/bin/XFree86
/bin/chmod +s ${PKG_PREFIX}/bin/Xwrapper