Author: frank Date: 2006-04-11 18:09:39 +0000 (Tue, 11 Apr 2006) New Revision: 1192
Modified: tetex-base/trunk/debian/tetex-extra.postinst.in tetex-base/trunk/debian/tetex-extra.postrm.in tetex-base/trunk/debian/tetex-extra.preinst.in Log: add pathname in the eperl files Modified: tetex-base/trunk/debian/tetex-extra.postinst.in =================================================================== --- tetex-base/trunk/debian/tetex-extra.postinst.in 2006-04-11 15:35:54 UTC (rev 1191) +++ tetex-base/trunk/debian/tetex-extra.postinst.in 2006-04-11 18:09:39 UTC (rev 1192) @@ -12,7 +12,7 @@ oldstuff_dir=<:=$OLDSTUFFDIR:> -<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>// +<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>// <:[EMAIL PROTECTED]:>// ################################################################# Modified: tetex-base/trunk/debian/tetex-extra.postrm.in =================================================================== --- tetex-base/trunk/debian/tetex-extra.postrm.in 2006-04-11 15:35:54 UTC (rev 1191) +++ tetex-base/trunk/debian/tetex-extra.postrm.in 2006-04-11 18:09:39 UTC (rev 1192) @@ -5,10 +5,10 @@ # $Id$ <:[EMAIL PROTECTED]:>// -<:open(FUNCTIONS,'postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>// +<:open(FUNCTIONS,'debian/postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>// <:[EMAIL PROTECTED]:>// -<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>// +<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>// <:[EMAIL PROTECTED]:>// ## Static variable definitions Modified: tetex-base/trunk/debian/tetex-extra.preinst.in =================================================================== --- tetex-base/trunk/debian/tetex-extra.preinst.in 2006-04-11 15:35:54 UTC (rev 1191) +++ tetex-base/trunk/debian/tetex-extra.preinst.in 2006-04-11 18:09:39 UTC (rev 1192) @@ -14,7 +14,7 @@ -<:open(FUNCTIONS,'common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>// +<:open(FUNCTIONS,'debian/common.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>// <:[EMAIL PROTECTED]:>// ################################################################# _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

