[24066] in Source-Commits
/svn/athena r23670 - trunk/debathena/config/tex-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Mar 29 19:01:11 2009
X-Barracuda-Envelope-From: broder@mit.edu
Date: Sun, 29 Mar 2009 19:00:46 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903292300.n2TN0kgt022807@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-29 19:00:46 -0400 (Sun, 29 Mar 2009)
New Revision: 23670
Modified:
trunk/debathena/config/tex-config/debian/debathena-tex-config.postinst
trunk/debathena/config/tex-config/debian/debathena-tex-config.postrm
Log:
In tex-config, move debhelper substitutions to the beginning of the
maintainer scripts so that diversions are in place when fmtutil-sys is
run.
Modified: trunk/debathena/config/tex-config/debian/debathena-tex-config.postinst
===================================================================
--- trunk/debathena/config/tex-config/debian/debathena-tex-config.postinst 2009-03-29 22:41:20 UTC (rev 23669)
+++ trunk/debathena/config/tex-config/debian/debathena-tex-config.postinst 2009-03-29 23:00:46 UTC (rev 23670)
@@ -5,6 +5,11 @@
set -e
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
# summary of how this script can be called:
# * <postinst> `configure' <most-recently-configured-version>
# * <old-postinst> `abort-upgrade' <new version>
@@ -32,11 +37,6 @@
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
exit 0
Modified: trunk/debathena/config/tex-config/debian/debathena-tex-config.postrm
===================================================================
--- trunk/debathena/config/tex-config/debian/debathena-tex-config.postrm 2009-03-29 22:41:20 UTC (rev 23669)
+++ trunk/debathena/config/tex-config/debian/debathena-tex-config.postrm 2009-03-29 23:00:46 UTC (rev 23670)
@@ -5,6 +5,11 @@
set -e
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
@@ -32,11 +37,6 @@
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
exit 0