diff options
author | joey <joey> | 1999-08-17 05:13:35 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:13:35 +0000 |
commit | a01f275855a88fc6e9a32029138d312de1b3c560 (patch) | |
tree | c6500e9a022e5fe485038b499b8eab76944491c8 /autoscripts | |
parent | b5ee70bd5ac3bf45e892612fa0b51e26ff05b688 (diff) | |
download | debhelper-a01f275855a88fc6e9a32029138d312de1b3c560.tar.gz |
r202: Initial Import
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-xaw | 3 |
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 |