core-dom0.rpm: Always do %post, not only when installing for the 1st time
This commit is contained in:
parent
56d5e51735
commit
67537316cb
@ -128,10 +128,10 @@ if [ -e /etc/yum.repos.d/qubes-r1-dom0.repo ]; then
|
|||||||
rm -f /etc/yum.repos.d/qubes-r1-dom0.repo
|
rm -f /etc/yum.repos.d/qubes-r1-dom0.repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" != 1 ] ; then
|
#if [ "$1" != 1 ] ; then
|
||||||
# do this whole %post thing only when updating for the first time...
|
## do this whole %post thing only when updating for the first time...
|
||||||
exit 0
|
#exit 0
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# TODO: This is only temporary, until we will have our own installer
|
# TODO: This is only temporary, until we will have our own installer
|
||||||
for f in /etc/init.d/*
|
for f in /etc/init.d/*
|
||||||
|
Loading…
Reference in New Issue
Block a user