wok-next diff awstats-hotspot/receipt @ rev 18669

Add xmgrace (5.1.25)
author llev
date Fri Dec 04 21:09:27 2015 +0100 (2015-12-04)
parents f4c22f009037
children 0606c4356e47
line diff
     1.1 --- a/awstats-hotspot/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/awstats-hotspot/receipt	Fri Dec 04 21:09:27 2015 +0100
     1.3 @@ -19,10 +19,11 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	chroot $1/ /usr/bin/loghotspot.sh --install
     1.8 +	chroot "$1/" /usr/bin/loghotspot.sh --install
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 +	# FIXME root
    1.14  	grep -l loghotspot.sh /etc/awstats/*.conf | xargs rm -f
    1.15  }