You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/2_ac_install_merge/net-im/viber/viber

10 lines
207 B

# Calculate chmod=0755
#!/bin/sh
if grep -q "os_audio = pulseaudio" /var/lib/calculate/calculate.env 2>/dev/null
then
exec /opt/viber/viber-bin "$@"
else
exec /usr/bin/apulse /opt/viber/viber-bin "$@"
fi