Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/adobe_flash/kspost.50.adoberepo.nochroot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/adobe_flash/kspost.50.adoberepo.nochroot.inc')
-rw-r--r--modules/adobe_flash/kspost.50.adoberepo.nochroot.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/adobe_flash/kspost.50.adoberepo.nochroot.inc b/modules/adobe_flash/kspost.50.adoberepo.nochroot.inc
new file mode 100644
index 0000000..a0a1b42
--- /dev/null
+++ b/modules/adobe_flash/kspost.50.adoberepo.nochroot.inc
@@ -0,0 +1,16 @@
+# Licensed under the terms of the GNU GPL v2 or later; see COPYING for details.
+
+. $OOB__shlib
+
+# Install yum repo entry for Adobe repo when we get the package from there
+path=$(read_config adobe_flash plugin_path)
+[ -n "$path" ] && exit 0
+
+cat <<EOF >$INSTALL_ROOT/etc/yum.repos.d/adobe-linux-i386.repo
+[adobe-linux-i386]
+name=Adobe Systems Incorporated
+baseurl=http://linuxdownload.adobe.com/linux/i386/
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
+EOF