Fixes to pre/post rpm database installation
This commit is contained in:
parent
e5327f3a21
commit
e13e90daae
@ -108,9 +108,6 @@ ONBOOT=yes
|
||||
_EOF
|
||||
fi
|
||||
|
||||
#erase_rpm_database
|
||||
clean_rpm_database
|
||||
|
||||
# delete unused localizations
|
||||
#
|
||||
echo "Deleting other languages l10n files..."
|
||||
@ -140,13 +137,10 @@ fi
|
||||
# execute platform specific script
|
||||
[ -e $TARGETDIR/platforms/$PLATFORM/post.inc.sh ] && . $TARGETDIR/platforms/$PLATFORM/post.inc.sh
|
||||
|
||||
post_install_rpms
|
||||
|
||||
# cleanup: prevent generating a cleanfs script crash due to a unionfs bug
|
||||
rm -rf $MOUNTDIR/tmp/.ICE-unix
|
||||
rm -rf $MOUNTDIR/tmp/kde-root
|
||||
|
||||
|
||||
# copy static files for target
|
||||
[ -e $TARGETDIR/root ] &&
|
||||
cp -a --no-preserve=ownership $TARGETDIR/root/* $MOUNTDIR/
|
||||
@ -174,6 +168,10 @@ if [ ! "$KERNEL_IGNORE" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
# rpm database
|
||||
post_install_rpms
|
||||
clean_rpm_database
|
||||
|
||||
[ "$QEMU_COPIED_FOR_INST" ] && post_qemu
|
||||
|
||||
produce_media
|
||||
|
@ -7,7 +7,7 @@ $(MAKEDIST_TARGET)-$(PLATFORM)-kde4: \
|
||||
$(MAKEDIST_TARGET)-$(PLATFORM)-arm: \
|
||||
kernel-iconia kernel-iconia-modules kernel-hannspad kernel-hannspad-modules \
|
||||
kernel-mamba-arm kernel-mamba-arm-sound kernel-mamba-arm-wireless \
|
||||
kernel-mamba-arm-firmware brcm_patchram
|
||||
kernel-mamba-arm-firmware brcm_patchram u-boot-tools
|
||||
|
||||
$(MAKEDIST_TARGET)-$(PLATFORM)-i586: \
|
||||
kernel-mamba kernel-mamba-sound kernel-mamba-wireless \
|
||||
|
Loading…
Reference in New Issue
Block a user