wok diff netsurf/receipt @ rev 20185
Up tcc (0.9.27)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 01 14:55:28 2018 +0100 (2018-02-01) |
parents | b1b64d852292 |
children | e6a4cd87fdcb |
line diff
1.1 --- a/netsurf/receipt Wed Mar 25 16:55:26 2015 +0200 1.2 +++ b/netsurf/receipt Thu Feb 01 14:55:28 2018 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="netsurf" 1.7 -VERSION="3.3" 1.8 +VERSION="3.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A simple, fast and light web browser using GTK." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -49,6 +49,7 @@ 1.13 rm -rf $fs/usr/share/netsurf/*.xpm 1.14 rm -rf $fs/usr/share/netsurf/license 1.15 # Webhome 1.16 - cp -a stuff/webhome $fs/usr/share 1.17 + cp -a $stuff/welcome.* $fs/usr/share/netsurf 1.18 + rm $fs/usr/share/netsurf/*/welcome.html 1.19 chown -R root.root $fs 1.20 }