# HG changeset patch # User Rohit Joshi # Date 1260388734 0 # Node ID 354fd704a2fb5b5c6565d880c4218a0324cdad85 # Parent 3f1ebca13b4ff11b48497a83e3117f3e9af9f31e flash plugin should link to mozilla too for opera and other browsers diff -r 3f1ebca13b4f -r 354fd704a2fb get-flash-plugin/stuff/get-flash-plugin --- a/get-flash-plugin/stuff/get-flash-plugin Wed Dec 09 22:40:37 2009 +0100 +++ b/get-flash-plugin/stuff/get-flash-plugin Wed Dec 09 19:58:54 2009 +0000 @@ -90,6 +90,7 @@ { echo -n "Processing post install commands..." ln -s /usr/share/flash/libflashplayer.so \$1/usr/lib/firefox*/plugins + [ -d \$1/usr/lib/mozilla/plugins ] || ln -s /usr/share/flash/libflashplayer.so \$1/usr/lib/mozilla/plugins status }