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

