From 9850431b40a2eb82aa63bb779582ab7906b16190 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Thu, 21 Jun 2012 12:04:12 +0200 Subject: [PATCH] qubize_image: run 3rd party installer before appmenus extraction --- qubeize_image | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qubeize_image b/qubeize_image index 41a1c49..a75d814 100755 --- a/qubeize_image +++ b/qubeize_image @@ -41,6 +41,8 @@ mount -t proc proc mnt/proc echo "--> Installing RPMs..." rpm --force --root=$(pwd)/mnt -ihv rpms_to_install/* +echo "--> Installing 3rd party apps" +./add_3rd_party_software.sh echo "--> Copying the Apps Menu shortcuts..." APPSORIG=qubeized_images/$NAME-apps.orig @@ -51,9 +53,6 @@ cp -r $(pwd)/mnt/usr/share/applications/* $APPSORIG echo "--> Createing the Apps Menu templates..." ./create_apps_templates.sh $APPSORIG $APPSTEMPL -echo "--> Installing 3rd party apps" -./add_3rd_party_software.sh - echo "--> Copying DispVM dotfiles dir..." cp dispvm-dotfiles.tbz mnt/etc/