From: unknown <unknown>
Date: Mon, 28 Jul 2003 18:45:02 +0000 (+0000)
Subject: r842: This commit was manufactured by cvs2svn to create tag
X-Git-Tag: version_3.0.28
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=82aac079d328c9c48c81d1e56c51bc2dc12b5514;p=debhelper.git

r842: This commit was manufactured by cvs2svn to create tag
'debian_version_3_0_28'.
---

41dde63f834c3b49355c4e0d362fb4f76f1a54bc
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-info
index 71ffa19,59881a1..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-info
+++ /dev/null
@@@ -1,3 -1,1 +1,0 @@@
- if [ "$1" = "configure" ]; then
- 	install-info --quiet --section "#SECTION#" "#SECTION#" #FILE#
- fi
 -install-info --quiet --section "#SECTION#" "#SECTION#" #FILE#
diff --cc autoscripts/postinst-info-nosection
index ffef863,cba27d2..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-info-nosection
+++ /dev/null
@@@ -1,3 -1,1 +1,0 @@@
- if [ "$1" = "configure" ]; then
- 	install-info --quiet #FILE#
- fi
 -install-info --quiet #FILE#
diff --cc autoscripts/postinst-init
index b5bd7a5,976c6b3..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-init
+++ /dev/null
@@@ -1,8 -1,2 +1,0 @@@
- if [ -x "/etc/init.d/#SCRIPT#" ]; then
- 	update-rc.d #SCRIPT# #INITPARMS# >/dev/null
- 	if [ -x /usr/sbin/invoke-rc.d ]; then
- 		invoke-rc.d #SCRIPT# start
- 	else
- 		/etc/init.d/#SCRIPT# start
- 	fi
- fi
 -update-rc.d #SCRIPT# #INITPARMS# >/dev/null
 -/etc/init.d/#SCRIPT# start
diff --cc autoscripts/postinst-menu
index 276a3c0,2be8824..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-menu
+++ /dev/null
@@@ -1,1 -1,1 +1,0 @@@
- if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi
 -if test -x /usr/bin/update-menus ; then update-menus ; fi
diff --cc autoscripts/postinst-mime
index bef63cc,e993233..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-mime
+++ /dev/null
@@@ -1,1 -1,1 +1,0 @@@
- if [ "$1" = "configure" ] && [ -x /usr/sbin/update-mime ]; then update-mime; fi
 -if [ -x /usr/sbin/update-mime ]; then update-mime; fi
diff --cc autoscripts/postinst-modules
index babf39b,a8f4ce7..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-modules
+++ /dev/null
@@@ -1,3 -1,2 +1,0 @@@
- if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
- 	update-modules >/dev/null
- fi
 -update-modules
 -depmod -a
diff --cc autoscripts/postinst-suid
index d0d16c0,dcc277f..0000000
deleted file mode 100644,100644
--- a/autoscripts/postinst-suid
+++ /dev/null
@@@ -1,8 -1,6 +1,0 @@@
- if [ "$1" = "configure" ]; then
- 	if which suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
- 	        suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
- 	elif [ -e /#FILE# ]; then
- 	        chown #OWNER#.#GROUP# /#FILE#
- 	        chmod #PERMS# /#FILE#
- 	fi
 -if command -v suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
 -        suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
 -elif [ -e /#FILE# ]; then
 -        chown #OWNER#.#GROUP# /#FILE#
 -        chmod #PERMS# /#FILE#
--fi
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/postrm-suid
index a4cfecf,d4a7619..0000000
deleted file mode 100644,100644
--- a/autoscripts/postrm-suid
+++ /dev/null
@@@ -1,4 -1,3 +1,0 @@@
- if [ "$1" = remove ] && [ -e /etc/suid.conf ] && \
-    which suidunregister >/dev/null 2>&1; then
 -if command -v suidunregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
--        suidunregister -s #PACKAGE# /#FILE#
--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#
diff --cc autoscripts/prerm-init
index eab98c7,64975a3..0000000
deleted file mode 100644,100644
--- a/autoscripts/prerm-init
+++ /dev/null
@@@ -1,7 -1,1 +1,0 @@@
- if [ -x "/etc/init.d/#SCRIPT#" ]; then
- 	if [ -x /usr/sbin/invoke-rc.d ] ; then
- 		invoke-rc.d #SCRIPT# stop
- 	else
- 		/etc/init.d/#SCRIPT# stop
- 	fi
- fi
 -/etc/init.d/#SCRIPT# stop