smart-selection.mk: Now doing an update after smart installation

This commit is contained in:
Jan Lindemann 2006-09-14 18:50:30 +00:00 committed by Jan Lindemann
commit 7e176b58f3

View file

@ -44,6 +44,7 @@ rpm-install-smart.done:
if ! rpm -q smart >/dev/null 2>&1 ; then \
wget ftp.jannet.de:/pub/packages/linux/$(DISTRIBUTOR)/$(DISTRO_RELEASE)/inst-source/rpm/i686/smart.rpm; \
sudo rpm -U smart.rpm; \
sudo smart update -y; \
fi
touch $@