wok-next diff tazpanel/receipt @ rev 18655

Add pypar2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 02 20:45:37 2015 +0100 (2015-12-02)
parents 0da56c065d14
children 80af4cc457ac
line diff
     1.1 --- a/tazpanel/receipt	Tue Nov 24 18:51:16 2015 +0100
     1.2 +++ b/tazpanel/receipt	Wed Dec 02 20:45:37 2015 +0100
     1.3 @@ -34,6 +34,7 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 +	rm -f $1/var/cache/tazpanel/* 2> /dev/null
     1.8  	grep -qs tazpanel $1/etc/hosts ||
     1.9  		sed -i 's/^127.0.0.1.*/& tazpanel/' $1/etc/hosts
    1.10