From ff1eda3dfb95162cd26600ccdcc234d70916e1b8 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 22 Jul 2002 05:01:02 +0000 Subject: r539: * Remove /usr/doc manglement code from postinst and prerm. Do not use this verion of debhelper for woody backports! * Removed dh_installxaw. --- autoscripts/postinst-xaw | 8 -------- autoscripts/postrm-xaw | 3 --- autoscripts/prerm-xaw | 5 ----- 3 files changed, 16 deletions(-) delete mode 100644 autoscripts/postinst-xaw delete mode 100644 autoscripts/postrm-xaw delete mode 100644 autoscripts/prerm-xaw (limited to 'autoscripts') diff --git a/autoscripts/postinst-xaw b/autoscripts/postinst-xaw deleted file mode 100644 index f7703dcf..00000000 --- a/autoscripts/postinst-xaw +++ /dev/null @@ -1,8 +0,0 @@ -if [ "$1" = "configure" ]; then - if which update-xaw-wrappers >/dev/null 2>&1; then - update-xaw-wrappers - fi - for opts in #OPTS#; do - update-alternatives --quiet --install $opts 25 - done -fi diff --git a/autoscripts/postrm-xaw b/autoscripts/postrm-xaw deleted file mode 100644 index 61bd3c9f..00000000 --- a/autoscripts/postrm-xaw +++ /dev/null @@ -1,3 +0,0 @@ -if which update-xaw-wrappers >/dev/null 2>&1; then - update-xaw-wrappers -fi diff --git a/autoscripts/prerm-xaw b/autoscripts/prerm-xaw deleted file mode 100644 index 98837f82..00000000 --- a/autoscripts/prerm-xaw +++ /dev/null @@ -1,5 +0,0 @@ -if [ "$1" = "remove" ]; then - for opts in #OPTS#; do - update-alternatives --quiet --remove $opts - done -fi -- cgit v1.2.3