wok-6.x diff hal/receipt @ rev 4043

Add gsmartcontro (GUI for smartctl)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Sep 08 22:55:13 2009 +0200 (2009-09-08)
parents 0586a2e564d5
children f67d486cebfd
line diff
     1.1 --- a/hal/receipt	Sun May 17 23:52:28 2009 +0200
     1.2 +++ b/hal/receipt	Tue Sep 08 22:55:13 2009 +0200
     1.3 @@ -63,6 +63,13 @@
     1.4  	# Init script
     1.5  	cp -a stuff/etc $fs
     1.6  	chown -R root.root $fs
     1.7 +	
     1.8 +	# exclude unwanted fdi files
     1.9 +	rm $fs/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi
    1.10 +	rm $fs/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi
    1.11 +	rm $fs/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi
    1.12 +	rm $fs/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi
    1.13 +	rm $fs/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi
    1.14  }
    1.15  
    1.16  pre_install()