live: support livecd-install in 99-cleanupdb too
The same that was done by commit 50bfea9
.
Note the duplication, maybe worth to split off...
This commit is contained in:
parent
a2bfcfb135
commit
33de2428ab
@ -1,4 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# don't cripple the image to be copied over
|
||||
[ -x /usr/sbin/live-install -o -x /usr/sbin/livecd-install ] && exit 0
|
||||
|
||||
# dump what's here by this point
|
||||
echo "** live packages before rpmdb purge:"
|
||||
rpmquery -a --qf='%{NAME} %{VERSION}-%{RELEASE}\n'
|
||||
|
Loading…
Reference in New Issue
Block a user