[subversion-commit] SVN tetex commit + diffs: r477 - tetex-base/trunk/debian

Frank Küster frank at costa.debian.org
Thu Jan 26 17:56:22 UTC 2006


Author: frank
Date: 2006-01-26 17:56:20 +0000 (Thu, 26 Jan 2006)
New Revision: 477

Modified:
   tetex-base/trunk/debian/postinst.functions
Log:
consistently use {POST,PRE}INST_MOVE_EXT *without* the separating dot

Modified: tetex-base/trunk/debian/postinst.functions
===================================================================
--- tetex-base/trunk/debian/postinst.functions	2006-01-26 17:55:50 UTC (rev 476)
+++ tetex-base/trunk/debian/postinst.functions	2006-01-26 17:56:20 UTC (rev 477)
@@ -89,7 +89,7 @@
 
   rm $pdf_tempfile
   
-  mv $oldfile $oldfile$POSTINST_MOVE_EXT
+  mv $oldfile $oldfile.$POSTINST_MOVE_EXT
   echo "done."
 }
 




More information about the Pkg-tetex-commits mailing list