updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / vodafone-mccd / vodafone-mccd.install
blobee1c4d9882ec0327872e36d90af184557e6893f8
1 # arg 1:  the new package version
2 post_install()
4   echo ""
5   echo ">>> Remember to merge your local ip-up/ip-down scripts in /etc/ppp"
6   echo ">>> with ip-up.local and ip-down.local provided by this package,"
7   echo ">>> or just replace the original with them."
8   echo ">>> Plus, /etc/ppp/pap-secrets and /etc/ppp/chap-secrets"
9   echo ">>> files should have 0660 mode."
10   echo ""
13 # arg 1:  the new package version
14 # arg 2:  the old package version
15 post_upgrade()
17   post_install $1
20 op=$1
21 shift
22 $op $*