slitaz-tools rev 489

hwsetup: add ghostscript, aspell to printer depends
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 07:11:47 2010 -0400 (2010-04-29)
parents bcf8cdeaf6fc
children df6faf2d9142
files tinyutils/hwsetup
line diff
     1.1 --- a/tinyutils/hwsetup	Sun Apr 25 17:23:10 2010 +0200
     1.2 +++ b/tinyutils/hwsetup	Thu Apr 29 07:11:47 2010 -0400
     1.3 @@ -50,7 +50,7 @@
     1.4  {
     1.5  	case "$DEVICE" in
     1.6    		printer) 
     1.7 -			DEPENDS="$DEPENDS cups cups-pdf usbutils hal-info"
     1.8 +			DEPENDS="$DEPENDS cups cups-pdf usbutils hal-info ghostscript aspell aspell-en"
     1.9  			SUGGESTED="hplip gutenprint foomatic-filters foomatic-db hal-cups-utils foomatic-db-nonfree ufr2 splix"
    1.10  			CONFIRM_SUGGESTED="yes"
    1.11  			GROUP="lp"