mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
14 lines
212 B
Text
14 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 $*
|
||
|
|