New commits:
commit e31e479220270b79acb6ef5ea2c88b7f19b53af5
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl 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 &&
+persistent_add MOZILLA FIREFOX SEAMONKEY FIRE_BIN KDEBASE OPERA NETSCAPE
XULRUNNER ICE_BIN &&
ask_spell mozilla Mozilla MOZILLA
ask_spell firefox Firefox FIREFOX
@@ -30,3 +31,4 @@ ask_spell kdebase Konqueror KDEBASE
ask_spell opera Opera OPERA
ask_spell netscape4 Netscape NETSCAPE
ask_spell xulrunner XULRunner XULRUNNER
+ask_spell iceweasel-bin Iceweasel-bin ICE_BIN
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 94aafbb..d2393c9 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,6 @@
+2007-10-20 Alexander Tsamutali <astsmtl AT gmail.com>
+ * CONFIGURE, INSTALL: added support for iceweasel-bin
+
2007-10-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
fixed version in the descriptions
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 4129d47..33ee2d9 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -152,4 +152,22 @@ case $XULRUNNER in
fi
fi
;;
+esac &&
+
+case $ICE_BIN in
+ y|Y)
+ if [ -d /opt/iceweasel/plugins ]; then
+ message "${MESSAGE_COLOR}Installing for
Iceweasel-bin${DEFAULT_COLOR}\n"
+ if [ -e /opt/iceweasel/plugins/libflashplayer.so ];
then
+ rm -f /opt/iceweasel/plugins/libflashplayer.so
+ fi
+ if [ -e /opt/iceweasel/plugins/flashplayer.xpt ]; then
+ rm -f /opt/iceweasel/plugins/flashplayer.xpt
+ fi
+ cp libflashplayer.so /opt/iceweasel/plugins/ &&
+ if [[ "${FLASH_BETA}" == "n" ]]; then
+ cp flashplayer.xpt /opt/iceweasel/plugins/
+ fi
+ fi
+ ;;
esac
[SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (e31e479220270b79acb6ef5ea2c88b7f19b53af5),
Alexander Tsamutali, 10/20/2007