wok-current rev 20155
ppp: add post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 21 09:59:35 2017 +0100 (2017-12-21) |
parents | 13813512f1db |
children | 77b07b7aa3e7 |
files | ppp/receipt |
line diff
1.1 --- a/ppp/receipt Mon Dec 18 21:44:24 2017 +0100 1.2 +++ b/ppp/receipt Thu Dec 21 09:59:35 2017 +0100 1.3 @@ -98,3 +98,8 @@ 1.4 chmod go-rwx $fs/etc/ppp/options 1.5 chmod 711 $fs/etc/ppp/scripts/* 1.6 } 1.7 + 1.8 +post_install() 1.9 +{ 1.10 + rm -f $1/var/cache/tazpanel/header.* 2>/dev/null || true 1.11 +}