PKGBUILDs/extra/nxclient/nxclient.install
2009-10-09 21:23:22 -05:00

13 lines
212 B
Text

# arg 1: the new package version
post_install() {
/bin/cat <<THEEND
ATTENTION NXCLIENT:
For correct setup please take a look at the wiki:
http://wiki.archlinux.org/index.php/FreeNX
THEEND
}
op=$1
shift
$op $*