New commits:
commit 981c5af02b6f7d7d3515a789691ed08c937214d8
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
echo "Select which currently installed applications you wish to install
Flash for." &&
-persistent_add MOZILLA FIREFOX SEAMONKEY FIRE_BIN KDEBASE OPERA NETSCAPE
XULRUNNER ICE_BIN &&
+persistent_add MOZILLA FIREFOX SEAMONKEY FIRE_BIN KDEBASE OPERA NETSCAPE
XULRUNNER ICE_BIN ICEWEASEL &&
ask_spell mozilla Mozilla MOZILLA
ask_spell firefox Firefox FIREFOX
@@ -31,4 +31,5 @@ ask_spell kdebase Konqueror KDEBASE
ask_spell opera Opera OPERA
ask_spell netscape4 Netscape NETSCAPE
ask_spell xulrunner XULRunner XULRUNNER
+ask_spell iceweasel Iceweasel ICEWEASEL
ask_spell iceweasel-bin Iceweasel-bin ICE_BIN
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index d2393c9..0763927 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,6 @@
+2007-10-22 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE, INSTALL: added iceweasel support
+
2007-10-20 Alexander Tsamutali <astsmtl AT gmail.com>
* CONFIGURE, INSTALL: added support for iceweasel-bin
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 33ee2d9..3adbea4 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -154,6 +154,24 @@ case $XULRUNNER in
;;
esac &&
+case $ICEWEASEL in
+ y|Y)
+ if [ -d /usr/lib/iceweasel/plugins ]; then
+ message "${MESSAGE_COLOR}Installing for
Iceweasel${DEFAULT_COLOR}\n"
+ if [ -e /usr/lib/iceweasel/plugins/libflashplayer.so
]; then
+ rm -f
/usr/lib/iceweasel/plugins/libflashplayer.so
+ fi
+ if [ -e /usr/lib/iceweasel/plugins/flashplayer.xpt ];
then
+ rm -f
/usr/lib/iceweasel/plugins/flashplayer.xpt
+ fi
+ cp libflashplayer.so /usr/lib/iceweasel/plugins/ &&
+ if [[ "${FLASH_BETA}" == "n" ]]; then
+ cp flashplayer.xpt /usr/lib/iceweasel/plugins/
+ fi
+ fi
+ ;;
+esac &&
+
case $ICE_BIN in
y|Y)
if [ -d /opt/iceweasel/plugins ]; then
[SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (c534321add2cfd32426feab7f1fc4befa27862fb),
Pol Vinogradov, 10/22/2007