updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / nhc98 / nhc98.install
blobef013f5365a2d4a140d2a2d0c77a3adc871c1db5
1 # arg 1:  the new package version
2 post_install() {
3   echo
4   echo "Set 'ulimit -s unlimited' in your environment to avoid heap errors."
5   echo
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade() {
11   /bin/true
14 # arg 1:  the old package version
15 pre_remove() {
16   /bin/true
19 op=$1
20 shift
22 $op $*