mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
13 lines
212 B
Text
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 $*
|
|
|