wok-6.x diff minetest/receipt @ rev 21902

updated shaarli again (0.10.3 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Oct 04 13:14:23 2019 +0100 (2019-10-04)
parents 93f070d4d2d7
children 1a95dca96d7f
line diff
     1.1 --- a/minetest/receipt	Thu May 30 10:51:27 2019 +0200
     1.2 +++ b/minetest/receipt	Fri Oct 04 13:14:23 2019 +0100
     1.3 @@ -58,3 +58,13 @@
     1.4  	cp -a ${install}/usr/bin/${PACKAGE}	${fs}/usr/bin
     1.5  	cp -a ${install}/usr/share/icons	$fs/usr/share
     1.6  }
     1.7 +
     1.8 +# Pre and post install commands for Tazpkg.
     1.9 +post_install()
    1.10 +{
    1.11 +	case " $(. $1/etc/rcS.conf; echo $LOAD_MODULES) " in
    1.12 +	*\ snd-pcm-oss\ *) ;;
    1.13 +	*) sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf
    1.14 +	   modprobe snd-pcm-oss;;
    1.15 +	esac
    1.16 +}