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

Frank Küster frank at costa.debian.org
Sun Nov 13 14:27:04 UTC 2005


Author: frank
Date: 2005-11-13 14:27:04 +0000 (Sun, 13 Nov 2005)
New Revision: 329

Modified:
   tetex-base/trunk/debian/postinst.functions
   tetex-base/trunk/debian/postrm.in
Log:
- fix typo in postinst.functions
- as a reminder, add an empty upgrade case in postrm

Modified: tetex-base/trunk/debian/postinst.functions
===================================================================
--- tetex-base/trunk/debian/postinst.functions	2005-11-10 13:24:55 UTC (rev 328)
+++ tetex-base/trunk/debian/postinst.functions	2005-11-13 14:27:04 UTC (rev 329)
@@ -80,7 +80,7 @@
 
   rm $pdf_tempfile
   
-  mv $oldfile $oldfile.$POSTINST_MOVE_EXT
+  mv $oldfile $oldfile$POSTINST_MOVE_EXT
   echo "done."
 }
 

Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in	2005-11-10 13:24:55 UTC (rev 328)
+++ tetex-base/trunk/debian/postrm.in	2005-11-13 14:27:04 UTC (rev 329)
@@ -2,7 +2,7 @@
 #!/bin/sh -e
 # 
 # postrm maintainer script for the Debian tetex-base package.
-# $Id: postrm.in,v 1.1.2.5 2005/03/14 12:28:15 frank Exp $
+# $Id$
 <:=@COPYRIGHT:>//
 
 ## Define static variables
@@ -30,6 +30,8 @@
 #################################################################
 
 case "$1" in
+  upgrade)
+    ;;
   remove)
     ;;
   purge)




More information about the Pkg-tetex-commits mailing list