7b6fb22521
* Ugly hack to replace with already installed gem command. Bump PKGREVISION.
12 lines
240 B
Text
12 lines
240 B
Text
# $NetBSD: DEINSTALL,v 1.1 2011/03/27 13:02:17 taca Exp $
|
|
|
|
RUBYGEM="@PREFIX@/bin/@RUBYGEM_NAME@"
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
${MV} ${RUBYGEM} ${RUBYGEM}.new
|
|
if [ -f ${RUBYGEM}.orig ]; then
|
|
${MV} ${RUBYGEM}.orig ${RUBYGEM}
|
|
fi
|
|
;;
|
|
esac
|