blob: bfa43c2b8394ef7e050647fbf4962d180cc8d121 (
plain)
1
2
3
4
5
6
|
post_install() {
echo 'Warning: sgen has been renamed to sgen_, because it conflicts with Mono Xml Serializer Generator Tool.'
echo 'Warning: if binaries in this package fail, complaining they cannot find /dev/dsp, you can try loading snd-pcm-oss module as follows (with root privileges):
# modprobe snd-pcm-oss'
}
|