wok-current diff awstats-hotspot/receipt @ rev 18691
Add qtkeychain, trojita
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 12 06:34:12 2015 +0200 (2015-12-12) |
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 Sat Dec 12 06:34:12 2015 +0200 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 }