diff options
author | joey <joey> | 2001-06-10 19:25:01 +0000 |
---|---|---|
committer | joey <joey> | 2001-06-10 19:25:01 +0000 |
commit | e8b9fc5324e8c645d0c18d165e4b7f7bc94c8242 (patch) | |
tree | 38e32dd730eac58a21cbb4e1fd5aff58fe5587ad /autoscripts/postinst-xaw | |
parent | 6cd2268d48bd9ba6ec8dd44b39a52cdbdb069792 (diff) |
r477: * Check that update-modules is present before running it, since modutils
is not essential. Closes: #100430
Diffstat (limited to 'autoscripts/postinst-xaw')
-rw-r--r-- | autoscripts/postinst-xaw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-xaw b/autoscripts/postinst-xaw index 324058f..035aa26 100644 --- a/autoscripts/postinst-xaw +++ b/autoscripts/postinst-xaw @@ -1,5 +1,5 @@ if [ "$1" = "configure" ]; then - if test -x /usr/sbin/update-xaw-wrappers; then + if [ -x /usr/sbin/update-xaw-wrappers ]; then /usr/sbin/update-xaw-wrappers fi for opts in #OPTS#; do |