summaryrefslogtreecommitdiff
path: root/custom/scripts/rpm.post
diff options
context:
space:
mode:
authorAnas Nashif <nashif@linux.intel.com>2011-01-19 11:29:32 +0000
committerAnas Nashif <nashif@linux.intel.com>2011-01-19 11:29:32 +0000
commitc0171a551a13a1e7aeea55b38b961453a9fba879 (patch)
treeb2473611a3e828bb03cfa106b558e0ce524ba8fc /custom/scripts/rpm.post
parent644b806800d2e596d4b95b92f6edaf9c20c721ef (diff)
downloadkickstarter-c0171a551a13a1e7aeea55b38b961453a9fba879.tar.gz
kickstarter-c0171a551a13a1e7aeea55b38b961453a9fba879.tar.bz2
kickstarter-c0171a551a13a1e7aeea55b38b961453a9fba879.zip
update with latest repos
Diffstat (limited to 'custom/scripts/rpm.post')
-rw-r--r--custom/scripts/rpm.post4
1 files changed, 1 insertions, 3 deletions
diff --git a/custom/scripts/rpm.post b/custom/scripts/rpm.post
index 1e4049e..6a07394 100644
--- a/custom/scripts/rpm.post
+++ b/custom/scripts/rpm.post
@@ -1,9 +1,7 @@
# work around for poor key import UI in PackageKit
rm -f /var/lib/rpm/__db*
rpm --rebuilddb
-if [ -f /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux ]; then
- rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
-fi
+
if [ -f /etc/pki/rpm-gpg/RPM-GPG-KEY-meego ]; then
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-meego
fi