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

Julian Gilbey jdg at costa.debian.org
Sun Apr 30 20:20:00 UTC 2006


Author: jdg
Date: 2006-04-30 20:19:59 +0000 (Sun, 30 Apr 2006)
New Revision: 1260

Modified:
   tetex-base/trunk/debian/postinst.in
   tetex-base/trunk/debian/postrm.in
   tetex-base/trunk/debian/preinst.in
Log:
Don't have #! on first line in pre,post*.in files, or it gets lost!

Modified: tetex-base/trunk/debian/postinst.in
===================================================================
--- tetex-base/trunk/debian/postinst.in	2006-04-29 12:47:22 UTC (rev 1259)
+++ tetex-base/trunk/debian/postinst.in	2006-04-30 20:19:59 UTC (rev 1260)
@@ -1,3 +1,4 @@
+#include variables
 #!/bin/sh -e
 # 
 # postinst maintainer script for the Debian tetex-base package.

Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in	2006-04-29 12:47:22 UTC (rev 1259)
+++ tetex-base/trunk/debian/postrm.in	2006-04-30 20:19:59 UTC (rev 1260)
@@ -1,3 +1,4 @@
+#include variables
 #!/bin/sh -e
 # 
 # postrm maintainer script for the Debian tetex-base package.

Modified: tetex-base/trunk/debian/preinst.in
===================================================================
--- tetex-base/trunk/debian/preinst.in	2006-04-29 12:47:22 UTC (rev 1259)
+++ tetex-base/trunk/debian/preinst.in	2006-04-30 20:19:59 UTC (rev 1260)
@@ -1,3 +1,4 @@
+#include variables
 #!/bin/sh -e
 # 
 # preinst maintainer script for the Debian tetex-base package.




More information about the Pkg-tetex-commits mailing list