repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
phonegap
/
trunk
/
phonegap.install
blob
fd241592547863fded7fcfb3fe323c5c097a123f
1
post_install() {
2
# fixup permissions
3
chmod 755 /usr/lib/node_modules
4
chmod -R g-w,o-w /usr/lib/node_modules/phonegap
5
}
6
7
post_upgrade() {
8
post_install
9
}