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 Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
jomar3d
/
jomar3d.install
blob
238ca8199f787db4ab842139e4ff118e74587a41
1
# arg 1: the new package version
2
post_install() {
3
touch "/var/games/jomar3d-scores" && \
4
chgrp games "/var/games/jomar3d-scores" && \
5
chmod 664 "/var/games/jomar3d-scores"
6
}
7
8
# arg 1: the new package version
9
# arg 2: the old package version
10
post_upgrade() {
11
post_install $1
12
}
13
14
15
16
op=$1
17
shift
18
$op $*