repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
misc
/
rubygems
/
INSTALL
blob
69821e72a7b18966cf798dc51e03d0fa8c9d3194
1
# $NetBSD$
2
3
RUBYGEM="@PREFIX@/bin/@RUBYGEM_NAME@"
4
5
case ${STAGE} in
6
POST-INSTALL)
7
if [ -f ${RUBYGEM} ]; then
8
${MV} ${RUBYGEM} ${RUBYGEM}.orig
9
fi
10
${CP} -p ${RUBYGEM}.new ${RUBYGEM}
11
;;
12
esac