[Debian-tex-commits] SVN tex-common commit + diffs: r3360 - tex-common/branches/triggers/scripts
Norbert Preining
preining at alioth.debian.org
Tue May 13 06:24:08 UTC 2008
Author: preining
Date: 2008-05-13 06:24:07 +0000 (Tue, 13 May 2008)
New Revision: 3360
Modified:
tex-common/branches/triggers/scripts/update-fontlang
Log:
fix missing ; then in update-fontlang for triggers support
Modified: tex-common/branches/triggers/scripts/update-fontlang
===================================================================
--- tex-common/branches/triggers/scripts/update-fontlang 2008-05-11 20:53:29 UTC (rev 3359)
+++ tex-common/branches/triggers/scripts/update-fontlang 2008-05-13 06:24:07 UTC (rev 3360)
@@ -583,7 +583,7 @@
if [ $real = 0 ]; then
if type dpkg-trigger > /dev/null 2>&1 &&
- dpkg-trigger $SYSWIDE_CONFDIR
+ dpkg-trigger $SYSWIDE_CONFDIR ; then
exit 0
fi
fi
More information about the Debian-tex-commits
mailing list