]> git.donarmstrong.com Git - debhelper.git/commitdiff
r626: This commit was manufactured by cvs2svn to create tag version_2.0.99
authorunknown <unknown>
Mon, 28 Jul 2003 18:43:19 +0000 (18:43 +0000)
committerunknown <unknown>
Mon, 28 Jul 2003 18:43:19 +0000 (18:43 +0000)
'debian_version_2_0_99'.

1  2 
autoscripts/postinst-doc-base
autoscripts/postinst-emacsen
autoscripts/postinst-wm
autoscripts/prerm-doc-base
autoscripts/prerm-emacsen

diff --cc autoscripts/postinst-doc-base
index 39265721046586c56279466d69207afed7a9558f,c3653beddaa527255eb36cb45c0085b6c5cd3cd7..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /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 f80e1dbd9c8dbc1b5b304f63aedf4d576e0ca57b,45f1deeca9c14c637b924c0b0db2282f6fb789da..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /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 aef412a35601355ecd3764cbadd4677adcd68916,925c788334947c546b81f5618cd6da3c29def1b4..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /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 c57d999a2edff9e58db861de1a860ca9b66296df,9678003ece922a60539bac1655d9165e08b72166..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /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 8c3ca64c665411a13a7f6607306dc9d64139edf5,d11dafab77bad0c69708444dcf1f346067a8ecfa..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /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#