0396b58835
* The FileUtils Vulnerability http://www.ruby-lang.org/en/news/2011/02/18/fileutils-is-vulnerable-to-symlink-race-attacks/ * Add a patch r30779 from repository; a bug of utf-8 string handling. For more detail changes of Ruby 1.9.2pl180, please refer: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_180/ChangeLog
15 lines
294 B
Text
15 lines
294 B
Text
# $NetBSD: DEINSTALL,v 1.2 2011/02/21 14:44:11 taca Exp $
|
|
|
|
PREFIX="@PREFIX@"
|
|
RUBY_GEM_BASE="${PREFIX}/@RUBY_GEM_BASE@"
|
|
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
${RM} -f ${RUBY_SITERIDIR}/created.rid
|
|
;;
|
|
POST-DEINSTALL)
|
|
${RM} -rf ${RUBY_GEM_BASE}
|
|
;;
|
|
esac
|
|
exit
|