diff options
Diffstat (limited to 'network/vivaldi/doinst.sh')
-rw-r--r-- | network/vivaldi/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/network/vivaldi/doinst.sh b/network/vivaldi/doinst.sh index 1d19707da6843..65c7e2eeb9aa5 100644 --- a/network/vivaldi/doinst.sh +++ b/network/vivaldi/doinst.sh @@ -7,10 +7,3 @@ 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 & - |