Author: frank
Date: 2006-09-26 12:52:49 +0000 (Tue, 26 Sep 2006)
New Revision: 1639
Modified:
tetex-base/trunk/debian/postrm.in
Log:
new version of the check...
Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in 2006-09-26 11:52:32 UTC (rev 1638)
+++ tetex-base/trunk/debian/postrm.in 2006-09-26 12:52:49 UTC (rev 1639)
@@ -48,7 +48,9 @@
update-fmtutil
;;
purge)
- test -x /usr/sbin/update-texmf && update-texmf || true
+ if which update-texmf >/dev/null; then
+ update-texmf
+ fi
# if these files still exist, remove them now
for file in $generated $generated_links; do
rm -f /etc/texmf/dvips/$file
_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits