Added prebuild to vi PKGBUILD
[Archlinux-Stable.git] / support / ntfsprogs / ntfsprogs.install
bloba58d672a31bfbe30fb78425f8053e29cc07cff9a
1  # arg 1:  the new package version
2 post_install() {
3 cat << EOF
4 NOTE:
5 ==> There is a good guide to use the ntfsresize utility at:
6     'http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html'
8 WARNING:
9 ==> This program "can" cause dataloss if you don't use it right!
10 ==> Make a backup of your files! You have been warned !!!     
11 EOF
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 post_upgrade() {
18 post_install $1
22 op=$1
23 shift
24 $op $*