diff options
author | Anas Nashif <nashif@linux.intel.com> | 2011-01-19 11:29:32 +0000 |
---|---|---|
committer | Anas Nashif <nashif@linux.intel.com> | 2011-01-19 11:29:32 +0000 |
commit | c0171a551a13a1e7aeea55b38b961453a9fba879 (patch) | |
tree | b2473611a3e828bb03cfa106b558e0ce524ba8fc /custom/scripts/rpm.post | |
parent | 644b806800d2e596d4b95b92f6edaf9c20c721ef (diff) | |
download | kickstarter-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.post | 4 |
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 |