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 <:[EMAIL PROTECTED]:>// ## 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 <:[EMAIL PROTECTED]:>// ## 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 <:[EMAIL PROTECTED]:>// ## Variables needed for upgrading _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

