summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xaw
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-xaw')
-rw-r--r--autoscripts/postinst-xaw8
1 files changed, 0 insertions, 8 deletions
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