wok diff tinc/receipt @ rev 24965

netsurf-sdl: replaced netsurf by netsurf-fb in desktop file
author Hans-G?nter Theisgen
date Mon Apr 25 07:15:39 2022 +0100 (2022-04-25)
parents 026f210c4201
children
line diff
     1.1 --- a/tinc/receipt	Fri Mar 06 17:01:11 2020 +0100
     1.2 +++ b/tinc/receipt	Mon Apr 25 07:15:39 2022 +0100
     1.3 @@ -44,3 +44,11 @@
     1.4  	cp -a $install/usr/sbin	$fs/usr
     1.5  	cp -a $stuff/*		$fs
     1.6  }
     1.7 +
     1.8 +post_install()
     1.9 +{
    1.10 +	grep -q'^tinc\b' $1/etc/services || cat >> $1/etc/services <<EOT
    1.11 +tinc		655/tcp		TINC
    1.12 +tinc		655/udp		TINC
    1.13 +EOT
    1.14 +}