wok diff awstats-hotspot/receipt @ rev 18670

taziso, iso2exe.sh: add custom config support ; awstat-hotspot, awesome, avant-window-navigator: update pre/post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 04 21:23:22 2015 +0100 (2015-12-04)
parents d5f9f516b706
children a6f7b6b890c2
line diff
     1.1 --- a/awstats-hotspot/receipt	Fri Dec 04 16:32:53 2015 +0200
     1.2 +++ b/awstats-hotspot/receipt	Fri Dec 04 21:23:22 2015 +0100
     1.3 @@ -24,6 +24,7 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	# FIXME root
     1.8 -	grep -l loghotspot.sh /etc/awstats/*.conf | xargs rm -f
     1.9 +	cd "$1/"
    1.10 +	grep -l loghotspot.sh etc/awstats/*.conf | xargs rm -f
    1.11 +	cd - > /dev/null
    1.12  }