Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/adobe_flash/ksmain.50.adobe.sh
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-10-16 20:20:59 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-10-16 20:22:04 (GMT)
commit2ced5a7b019ca2afe25afdedd78cbeb44b085100 (patch)
tree52882d361af3574d074253a66c05eb8d9a42999d /modules/adobe_flash/ksmain.50.adobe.sh
parent2dc2f40a2f128c573c8265e8a8f5bbb408911489 (diff)
adobe_flash: support installing from bare .so file
Adobe Flash may be available on ARM as a bare libflashplayer.so file. Support installation of this format via the adobe_flash module.
Diffstat (limited to 'modules/adobe_flash/ksmain.50.adobe.sh')
-rw-r--r--modules/adobe_flash/ksmain.50.adobe.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/adobe_flash/ksmain.50.adobe.sh b/modules/adobe_flash/ksmain.50.adobe.sh
new file mode 100644
index 0000000..3cf38ea
--- /dev/null
+++ b/modules/adobe_flash/ksmain.50.adobe.sh
@@ -0,0 +1,11 @@
+# Copyright (C) 2012 One Laptop Per Child
+# Licensed under the terms of the GNU GPL v2 or later; see COPYING for details.
+
+. $OOB__shlib
+
+# Only include the repo when a local plugin hasn't been provided
+
+path=$(read_config adobe_flash plugin_path)
+[ -n "$path" ] && exit 0
+
+echo "repo --name=adobe --baseurl=http://linuxdownload.adobe.com/linux/i386/"