pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/teTeX/files Run updmap at DEINSTALL, rather than...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44545012aa8f
branches: trunk
changeset: 503241:44545012aa8f
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Nov 16 22:27:38 2005 +0000
description:
Run updmap at DEINSTALL, rather than POST-DEINSTALL; otherwise, updmap
complains when multiple map files are deleted. No functional change
to existing packages since none of them install multiple map files.
diffstat:
print/teTeX/files/texmf.tmpl | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8a63f106cf78 -r 44545012aa8f print/teTeX/files/texmf.tmpl
--- a/print/teTeX/files/texmf.tmpl Wed Nov 16 22:18:03 2005 +0000
+++ b/print/teTeX/files/texmf.tmpl Wed Nov 16 22:27:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: texmf.tmpl,v 1.2 2005/11/15 07:13:19 minskim Exp $
+# $NetBSD: texmf.tmpl,v 1.3 2005/11/16 22:27:38 minskim Exp $
#
# Rebuild the ls-R database.
#
@@ -10,12 +10,14 @@
@UPDMAP_SYS@ --enable Map=${map}
done
;;
-POST-DEINSTALL)
- @MKTEXLSR@ @TEXMFDIRS@
+DEINSTALL)
for map in @TEXFONTMAPS@; do
@UPDMAP_SYS@ --disable ${map}
done
;;
+POST-DEINSTALL)
+ @MKTEXLSR@ @TEXMFDIRS@
+ ;;
*)
;;
esac
Home |
Main Index |
Thread Index |
Old Index