wok-6.x diff minetest/receipt @ rev 21896
updated seamonkey (2.46 -> 2.49.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 17:09:38 2019 +0100 (2019-10-03) |
parents | 93f070d4d2d7 |
children | 1a95dca96d7f |
line diff
1.1 --- a/minetest/receipt Thu May 30 10:51:27 2019 +0200 1.2 +++ b/minetest/receipt Thu Oct 03 17:09:38 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 +}