]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-xaw
r477: * Check that update-modules is present before running it, since modutils
[debhelper.git] / autoscripts / postinst-xaw
index 324058f8406ac7c29b2aaedced39f6e19c1bb233..035aa26935dad34aaff8b1962e25d2e845a56a68 100644 (file)
@@ -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