wok-next rev 4582
flash plugin should link to mozilla too for opera and other browsers
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Dec 09 19:58:54 2009 +0000 (2009-12-09) |
parents | 3f1ebca13b4f |
children | 390c7226d555 |
files | get-flash-plugin/stuff/get-flash-plugin |
line diff
1.1 --- a/get-flash-plugin/stuff/get-flash-plugin Wed Dec 09 22:40:37 2009 +0100 1.2 +++ b/get-flash-plugin/stuff/get-flash-plugin Wed Dec 09 19:58:54 2009 +0000 1.3 @@ -90,6 +90,7 @@ 1.4 { 1.5 echo -n "Processing post install commands..." 1.6 ln -s /usr/share/flash/libflashplayer.so \$1/usr/lib/firefox*/plugins 1.7 + [ -d \$1/usr/lib/mozilla/plugins ] || ln -s /usr/share/flash/libflashplayer.so \$1/usr/lib/mozilla/plugins 1.8 status 1.9 } 1.10