mirror of
https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
synced 2025-12-29 11:33:00 +03:00
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
# Fix video playback on Opera Upgrade/Install.
|
|
|
|
[Trigger]
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Type = Package
|
|
Target = opera
|
|
|
|
[Action]
|
|
Description = Fix video playback in Opera browser
|
|
When = PostTransaction
|
|
Depends = bash
|
|
Depends = curl
|
|
Depends = unzip
|
|
Depends = jq
|
|
Exec = /root/.scripts/fix-opera.sh
|