summaryrefslogtreecommitdiff
path: root/debian/libaudiosessionmgr-0.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libaudiosessionmgr-0.postinst')
-rw-r--r--debian/libaudiosessionmgr-0.postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/libaudiosessionmgr-0.postinst b/debian/libaudiosessionmgr-0.postinst
deleted file mode 100644
index 991f2da..0000000
--- a/debian/libaudiosessionmgr-0.postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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