From 8b25612e078e6e93c880b84b603110dec02b5881 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 25 Oct 2008 01:45:50 +0200 Subject: bcm5974-1.0.1 Fixed a package stability problem when installing on a machine without supported touchpad. Signed-off-by: Henrik Rydberg --- usr/src/dkms_source_tree/scripts/bcm5974-post-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/src/dkms_source_tree/scripts/bcm5974-post-install') diff --git a/usr/src/dkms_source_tree/scripts/bcm5974-post-install b/usr/src/dkms_source_tree/scripts/bcm5974-post-install index 8207a45..487730b 100755 --- a/usr/src/dkms_source_tree/scripts/bcm5974-post-install +++ b/usr/src/dkms_source_tree/scripts/bcm5974-post-install @@ -50,7 +50,7 @@ if [ -x $LSUSB ]; then done else echo \* USB device: UNKNOWN - lsusb not found - exit 1 + exit -1 fi if [ "$SED" != "" ]; then @@ -58,6 +58,6 @@ if [ "$SED" != "" ]; then mv $ETCPATH.tmp $ETCPATH exit 0 else - echo No suitable device found - exit 1 + echo warning: No suitable device found + exit 0 fi -- cgit v1.2.3