qubize_image: run 3rd party installer before appmenus extraction

This commit is contained in:
Joanna Rutkowska 2012-06-21 12:04:12 +02:00
parent 61e055c074
commit 9850431b40

View File

@ -41,6 +41,8 @@ mount -t proc proc mnt/proc
echo "--> Installing RPMs..." echo "--> Installing RPMs..."
rpm --force --root=$(pwd)/mnt -ihv rpms_to_install/* 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..." echo "--> Copying the Apps Menu shortcuts..."
APPSORIG=qubeized_images/$NAME-apps.orig APPSORIG=qubeized_images/$NAME-apps.orig
@ -51,9 +53,6 @@ cp -r $(pwd)/mnt/usr/share/applications/* $APPSORIG
echo "--> Createing the Apps Menu templates..." echo "--> Createing the Apps Menu templates..."
./create_apps_templates.sh $APPSORIG $APPSTEMPL ./create_apps_templates.sh $APPSORIG $APPSTEMPL
echo "--> Installing 3rd party apps"
./add_3rd_party_software.sh
echo "--> Copying DispVM dotfiles dir..." echo "--> Copying DispVM dotfiles dir..."
cp dispvm-dotfiles.tbz mnt/etc/ cp dispvm-dotfiles.tbz mnt/etc/