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

Julian Gilbey jdg at costa.debian.org
Mon Apr 3 19:01:40 UTC 2006


Author: jdg
Date: 2006-04-03 19:01:40 +0000 (Mon, 03 Apr 2006)
New Revision: 1162

Modified:
   tetex-base/trunk/debian/postinst.in
   tetex-base/trunk/debian/postrm.in
   tetex-base/trunk/debian/preinst.in
Log:
prettify maintainer scripts

Modified: tetex-base/trunk/debian/postinst.in
===================================================================
--- tetex-base/trunk/debian/postinst.in	2006-04-03 19:00:10 UTC (rev 1161)
+++ tetex-base/trunk/debian/postinst.in	2006-04-03 19:01:40 UTC (rev 1162)
@@ -1,10 +1,11 @@
-#include variables
 #!/bin/sh -e
 # 
 # postinst maintainer script for the Debian tetex-base package.
 # $Id$
 # don't try to understand th generated script as installed with the package.
 # instead, look at the source files in the source package
+
+#include variables
 <:=@COPYRIGHT:>//
 
 ## Define static variables we need

Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in	2006-04-03 19:00:10 UTC (rev 1161)
+++ tetex-base/trunk/debian/postrm.in	2006-04-03 19:01:40 UTC (rev 1162)
@@ -1,4 +1,3 @@
-#include variables
 #!/bin/sh -e
 # 
 # postrm maintainer script for the Debian tetex-base package.
@@ -6,6 +5,8 @@
 #
 # don't try to understand this generated script as installed with the package.
 # instead, look at the source files in the source package
+
+#include variables
 <:=@COPYRIGHT:>//
 
 ## Define static variables

Modified: tetex-base/trunk/debian/preinst.in
===================================================================
--- tetex-base/trunk/debian/preinst.in	2006-04-03 19:00:10 UTC (rev 1161)
+++ tetex-base/trunk/debian/preinst.in	2006-04-03 19:01:40 UTC (rev 1162)
@@ -1,10 +1,11 @@
-#include variables
 #!/bin/bash -e
 # 
 # preinst maintainer script for the Debian tetex-base package.
 # $Id$
 # don't try to understand this generated script as installed with the package.
 # instead, look at the source files in the source package
+
+#include variables
 <:=@COPYRIGHT:>//
 
 ## Variables needed for upgrading




More information about the Pkg-tetex-commits mailing list