diff --git a/package/scripts/postinst.deb b/package/scripts/postinst.deb index 1f5c08a..543e6bd 100755 --- a/package/scripts/postinst.deb +++ b/package/scripts/postinst.deb @@ -7,6 +7,8 @@ case "$1" in configure) systemctl enable rtk-hciattach + systemctl start rtk-hciattach + systemctl enable restore-sound-after-resume systemctl enable store-sound-on-suspend ;;