wok-6.x diff compton/receipt @ rev 15961

compton: dont use config file by default
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 24 01:10:34 2014 +0100 (2014-02-24)
parents 8820dd3a547b
children 964f02720633
line diff
     1.1 --- a/compton/receipt	Sun Feb 23 12:17:31 2014 +0000
     1.2 +++ b/compton/receipt	Mon Feb 24 01:10:34 2014 +0100
     1.3 @@ -29,6 +29,6 @@
     1.4  {
     1.5  	mkdir -p $fs/etc/xdg/compton $fs/usr/bin
     1.6  	cp $src/compton $fs/usr/bin
     1.7 -	cp $stuff/compton.conf $fs/etc/xdg/compton
     1.8 +	cp $src/compton.sample.conf $fs/etc/xdg/compton/compton.conf
     1.9  	cp -r $stuff/autostart $fs/etc/xdg
    1.10  }