updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / openafs / openafs.install
blobd09cf651808bc028ac57f301a20bd3e188275a06
1 # arg 1:  the new package version
2 post_install() {
3   depmod -a
5   if [ ! -d /afs ]; then
6     mkdir /afs
7   fi
9   echo "==="
10   echo "=== You will want to edit /etc/openafs/ThisCell to be your current cell."
11   echo "=== The default is andrew.cmu.edu."
12   echo "==="
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 post_upgrade() {
18   post_install $1
21 # arg 1:  the old package version
22 post_remove() {
23   depmod -a