Initial commit: Uploaded everything from abs/core
[arch-rock.git] / support / nfs-utils / nfs-utils.install
blob380fc99ca7bf5d00d9351a86f1fbad10265d27a9
3 post_install() {
4   cat << 'EOM'
5   
6   ==>
7   ==> PLEASE NOTE:
8   ==> Extended configuration options for NFS are available in
9   ==> /etc/conf.d/nfs.
10   ==>
11   ==> Please refer to http://wiki.archlinux.org/index.php/Nfs
12   ==> for further information.
13   ==>
15 EOM
18 post_upgrade() {
19   cat << 'EOM'
20   
21   ==>
22   ==> PLEASE NOTE:
23   ==> Extended configuration options for NFS are now available in
24   ==> /etc/conf.d/nfs.
25   ==> If /etc/conf.d/nfsd remains on your system from an earlier
26   ==> installation, transfer its settings to /etc/conf.d/nfs and
27   ==> delete it.
28   ==>
29   ==> Please refer to http://wiki.archlinux.org/index.php/Nfs
30   ==> for further information.
31   ==>
33 EOM
35       
36 op=$1
37 shift
38 $op $*