diff options
Diffstat (limited to 'network/vivaldi/doinst.sh')
-rw-r--r-- | network/vivaldi/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/vivaldi/doinst.sh b/network/vivaldi/doinst.sh index 65c7e2eeb9aa5..1d19707da6843 100644 --- a/network/vivaldi/doinst.sh +++ b/network/vivaldi/doinst.sh @@ -7,3 +7,10 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi + +# Adding a suitable libffmpeg.so with support for H.264 & AAC directly into +# the package makes redistribution of the output package difficult. +# The following is used in postinstall for the official rpm and debs. +# (Cleanup on uninstall will be handled by douninst.sh) +nohup /opt/vivaldi/update-ffmpeg > /dev/null 2>&1 & + |