diff options
Diffstat (limited to 'package/jack/files/jack.postinst')
-rw-r--r-- | package/jack/files/jack.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/jack/files/jack.postinst b/package/jack/files/jack.postinst new file mode 100644 index 000000000..c28d4a148 --- /dev/null +++ b/package/jack/files/jack.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf jack NO +add_rcconf jack_flags '-R -P70 -dalsa -r44100 -dhw:0 -p1024' |