repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git]
/
nhc98
/
nhc98.install
blob
ef013f5365a2d4a140d2a2d0c77a3adc871c1db5
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
6
}
7
8
# arg 1: the new package version
9
# arg 2: the old package version
10
post_upgrade() {
11
/bin/true
12
}
13
14
# arg 1: the old package version
15
pre_remove() {
16
/bin/true
17
}
18
19
op=$1
20
shift
21
22
$op $*