Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/adobe_flash/kspost.50.adoberepo.nochroot.inc
blob: a0a1b42d694e8397d5f61dbd93f7fde7ad27db7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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