[packages/google-chrome] - no need for pepperflash links for chromim-browser it can load from browser-plugins dir

glen glen at pld-linux.org
Fri Jul 13 21:16:41 CEST 2012


commit c8be9f9abdd5f240bb7306af0b712446a8788ca8
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Jul 13 22:16:38 2012 +0300

    - no need for pepperflash links for chromim-browser it can load from browser-plugins dir

 google-chrome.spec | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/google-chrome.spec b/google-chrome.spec
index ebbf85b..f260ff1 100644
--- a/google-chrome.spec
+++ b/google-chrome.spec
@@ -246,14 +246,6 @@ if [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L %{_libdir}/google-chrome/libpdf.so ]
 	rm -f %{_libdir}/google-chrome/libpdf.so
 fi
 
-%triggerin -n browser-plugin-adobe-flash -- chromium-browser
-test -L %{_libdir}/chromium-browser/PepperFlash || ln -sf %{_browserpluginsdir}/PepperFlash %{_libdir}/chromium-browser/PepperFlash
-
-%triggerun -n browser-plugin-adobe-flash -- chromium-browser
-if [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L %{_libdir}/chromium-browser/PepperFlash ]; then
-	rm -f %{_libdir}/chromium-browser/PepperFlash
-fi
-
 %triggerin -n browser-plugin-adobe-flash -- chromium-browser-bin
 test -L %{_libdir}/chromium-browser-bin/PepperFlash || ln -sf %{_browserpluginsdir}/PepperFlash %{_libdir}/chromium-browser-bin/PepperFlash
 


More information about the pld-cvs-commit mailing list