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
|
||||
fi
|
||||
|
||||
if [ "$1" != 1 ] ; then
|
||||
# do this whole %post thing only when updating for the first time...
|
||||
exit 0
|
||||
fi
|
||||
#if [ "$1" != 1 ] ; then
|
||||
## do this whole %post thing only when updating for the first time...
|
||||
#exit 0
|
||||
#fi
|
||||
|
||||
# TODO: This is only temporary, until we will have our own installer
|
||||
for f in /etc/init.d/*
|
||||
|
Loading…
Reference in New Issue
Block a user