summaryrefslogtreecommitdiff
path: root/debian/libaudiosessionmgr-0.postinst
blob: 991f2dac7549e05c940259f50705c19f9765c4c0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

vconftool set -t int memory/Sound/SoundStatus "0" -i 
if [ -n "`env|grep SBOX`" ]; then
    echo "postinst: sbox installation skip lauching daemon"
else
	echo "postinst: run audio-session-mgr-server again"
	/usr/bin/audio-session-mgr-server&
fi