summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:13:35 +0000
committerjoey <joey>1999-08-17 05:13:35 +0000
commita01f275855a88fc6e9a32029138d312de1b3c560 (patch)
treec6500e9a022e5fe485038b499b8eab76944491c8 /autoscripts
parentb5ee70bd5ac3bf45e892612fa0b51e26ff05b688 (diff)
downloaddebhelper-a01f275855a88fc6e9a32029138d312de1b3c560.tar.gz
r202: Initial Import
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-xaw3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postinst-xaw b/autoscripts/postinst-xaw
index b8d718ea..3d8e2d1b 100644
--- a/autoscripts/postinst-xaw
+++ b/autoscripts/postinst-xaw
@@ -1,3 +1,6 @@
if test -x /usr/sbin/update-xaw-wrappers; then
/usr/sbin/update-xaw-wrappers
fi
+for opts in #OPTS#; do
+ update-alternatives --quiet --install $opts 25
+done