summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xaw
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-xaw')
-rw-r--r--autoscripts/postinst-xaw6
1 files changed, 6 insertions, 0 deletions
diff --git a/autoscripts/postinst-xaw b/autoscripts/postinst-xaw
new file mode 100644
index 00000000..3d8e2d1b
--- /dev/null
+++ b/autoscripts/postinst-xaw
@@ -0,0 +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