From: unknown <unknown>
Date: Mon, 28 Jul 2003 18:45:32 +0000 (+0000)
Subject: r908: This commit was manufactured by cvs2svn to create tag
X-Git-Tag: version_2.0.94^0
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=46203d2006504210617ca50df9f6021bee9028d5;p=debhelper.git

r908: This commit was manufactured by cvs2svn to create tag
'version_2_0_94'.
---

46203d2006504210617ca50df9f6021bee9028d5
diff --cc autoscripts/postinst-doc-base
index 3926572,c3653be..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-doc-base
+++ /dev/null
@@@ -1,3 -1,3 +1,0 @@@
- if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
 -if command -v install-docs >/dev/null 2>&1; then
--	install-docs -i /usr/share/doc-base/#DOC-ID#
--fi
diff --cc autoscripts/postinst-emacsen
index f80e1db,45f1dee..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-emacsen
+++ /dev/null
@@@ -1,4 -1,1 +1,0 @@@
- if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ]
- then
- 	/usr/lib/emacsen-common/emacs-package-install #PACKAGE#
- fi
 -/usr/lib/emacsen-common/emacs-package-install #PACKAGE#
diff --cc autoscripts/postinst-wm
index aef412a,925c788..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-wm
+++ /dev/null
@@@ -1,4 -1,3 +1,0 @@@
- if [ "$1" = "configure" ]; then
- 	update-alternatives --install /usr/bin/x-window-manager \
- 		x-window-manager #WM# #PRIORITY#
 -if command -v register-window-manager >/dev/null 2>&1; then
 -	register-window-manager --add #WM#
--fi
diff --cc autoscripts/prerm-doc-base
index c57d999,9678003..0000000
deleted file mode 100644,100644
--- a/autoscripts/prerm-doc-base
+++ /dev/null
@@@ -1,4 -1,3 +1,0 @@@
- if [ "$1" = remove ] || [ "$1" = upgrade ] && \
-    which install-docs >/dev/null 2>&1; then
 -if command -v install-docs >/dev/null 2>&1; then
--	install-docs -r #DOC-ID#
--fi
diff --cc autoscripts/prerm-emacsen
index 8c3ca64,d11dafa..0000000
deleted file mode 100644,100644
--- a/autoscripts/prerm-emacsen
+++ /dev/null
@@@ -1,3 -1,1 +1,0 @@@
- if [ -x /usr/lib/emacsen-common/emacs-package-remove ] ; then
- 	/usr/lib/emacsen-common/emacs-package-remove #PACKAGE#
- fi
 -/usr/lib/emacsen-common/emacs-package-remove #PACKAGE#