ecbf4f855c
Unfortunately, since DEINSTALL gets run before the actual de-installation (if I understand correctly), the DEINSTALL script advises the user to rebuild the database (and explains how) rather than doing it.
9 lines
155 B
Text
9 lines
155 B
Text
#!/bin/sh
|
|
#
|
|
# $NetBSD: INSTALL,v 1.1 1999/09/08 19:29:16 jwise Exp $
|
|
#
|
|
if [ "$2" != "POST-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
${PKG_PREFIX}/bin/texconfig rehash
|