diff options
author | joey <joey> | 2002-07-22 05:01:02 +0000 |
---|---|---|
committer | joey <joey> | 2002-07-22 05:01:02 +0000 |
commit | ff1eda3dfb95162cd26600ccdcc234d70916e1b8 (patch) | |
tree | 23c4e71fc85c89645d5ab46453c018cac1a9ce0d /autoscripts/postinst-xaw | |
parent | 699d0e5c2bd5bcd52a1833a802281ca66d7ae111 (diff) |
r539: * Remove /usr/doc manglement code from postinst and prerm.
Do not use this verion of debhelper for woody backports!
* Removed dh_installxaw.
Diffstat (limited to 'autoscripts/postinst-xaw')
-rw-r--r-- | autoscripts/postinst-xaw | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/autoscripts/postinst-xaw b/autoscripts/postinst-xaw deleted file mode 100644 index f7703dc..0000000 --- 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 |