c35bb89b5f
Overhaul ruby-redmine packge. It is still 4.0.7, latest 4.0 series. * Introduce "redmine.mk" to support Redmine 4.1. - RM_VERSION_DEFAULT select default Redmine release (40 or 41). - RM_VER is set to current Redmine release (40 or 41). * Now PKGNAME contains ${RM_VER}, such as ruby26-redmine40-4.0.7. * Update proper gems in this package. * Remove Gemfile.lock for safety update path.
12 lines
212 B
Text
12 lines
212 B
Text
#!@SH@
|
|
#
|
|
# $NetBSD: DEINSTALL,v 1.1 2021/02/28 16:01:05 taca Exp $
|
|
|
|
WWWGRP="@WWWGRP@"
|
|
WWWOWN="@WWWOWN@"
|
|
RM_DIR="@PREFIX@/@RM_DIR@"
|
|
|
|
case "${STAGE}" in
|
|
DEINSTALL)
|
|
cd ${RM_DIR}/app && ${RM} -f Gemfile.lock;;
|
|
esac
|