head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.22
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.20
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.18
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.16
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.14
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.4.0.12
	pkgsrc-2008Q4-base:1.4
	pkgsrc-2008Q3:1.4.0.10
	pkgsrc-2008Q3-base:1.4
	cube-native-xorg:1.4.0.8
	cube-native-xorg-base:1.4
	pkgsrc-2008Q2:1.4.0.6
	pkgsrc-2008Q2-base:1.4
	pkgsrc-2008Q1:1.4.0.4
	pkgsrc-2008Q1-base:1.4
	pkgsrc-2007Q4:1.4.0.2
	pkgsrc-2007Q4-base:1.4
	pkgsrc-2007Q3:1.3.0.30
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.28
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.26
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.24
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.22
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.20
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.18
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.16
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.14
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.12
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.10
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.8
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.3.0.6
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.4
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.3.0.2
	pkgsrc-2004Q1-base:1.3
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2;
locks; strict;
comment	@# @;


1.4
date	2007.11.12.20.41.18;	author drochner;	state dead;
branches;
next	1.3;

1.3
date	2004.03.07.11.53.43;	author jmmv;	state Exp;
branches;
next	1.2;

1.2
date	2003.06.20.10.49.57;	author jmmv;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.18.14.39.03;	author jmmv;	state Exp;
branches;
next	;


desc
@@


1.4
log
@move the install/deinstall templates from scrollkeeper to rarian
to reflect where the work is done
(call the backwards-compatible rarian version "install-scrollkeeper"
to leave room for a future non-compatibility version)
@
text
@# $NetBSD: install.tmpl,v 1.3 2004/03/07 11:53:43 jmmv Exp $

SCROLLKEEPER_DATADIR="@@SCROLLKEEPER_DATADIR@@"
SCROLLKEEPER_REBUILDDB="@@SCROLLKEEPER_REBUILDDB@@"
SCROLLKEEPER_UPDATEDB="@@SCROLLKEEPER_UPDATEDB@@"

case ${STAGE} in
POST-INSTALL)
	${SCROLLKEEPER_UPDATEDB} -q -p ${SCROLLKEEPER_DATADIR}/db
	;;
DEINSTALL)
	${SCROLLKEEPER_UPDATEDB} -q -p ${SCROLLKEEPER_DATADIR}/db
	;;
esac
@


1.3
log
@Don't hide messages when calling scrollkeeper-update; the only ones that may
appear are errors and/or warnings, and we want these to be shown to catch
possible problems ASAP.
@
text
@d1 1
a1 1
# $NetBSD: install.tmpl,v 1.2 2003/06/20 10:49:57 jmmv Exp $
@


1.2
log
@Make this silent.
@
text
@d1 1
a1 1
# $NetBSD: install.tmpl,v 1.1 2003/02/18 14:39:03 jmmv Exp $
d9 1
a9 1
	${SCROLLKEEPER_UPDATEDB} -q -p ${SCROLLKEEPER_DATADIR}/db > /dev/null 2>&1
d12 1
a12 1
	${SCROLLKEEPER_UPDATEDB} -q -p ${SCROLLKEEPER_DATADIR}/db > /dev/null 2>&1
@


1.1
log
@Update to 0.3.12.  There have been lots of changes since 0.2 (this version
is almost a rewrite of the program).  Note that this is still a development
version but includes new features that may be required by packages using
scrollkeeper (which won't work with the old 0.2).

Provide a framework to automatically rebuild scrollkeeper's database from
packages installing OMF files under share/omf/;  they only need to include
omf.mk in their Makefile and take care to install OMF files in the said
directory.

Reviewed by rh and wiz.
@
text
@d1 1
a1 1
# $NetBSD$
a8 1
	${ECHO} "===> Adding ${PKGNAME} to scrollkeeper's database"
a11 1
	${ECHO} "===> Removing ${PKGNAME} from scrollkeeper's database"
@

