Revert "qemu: guard desktop file removal"
This reverts commit e74ae54da58655d9a348e4324dcffaa7d831dbe3. rm -f ignores if the file exists or not.
This commit is contained in:
parent
2d243e170d
commit
4ad340f37c
@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
# the .desktop is both invalid and pointless
|
# the .desktop is both invalid and pointless
|
||||||
test -e $out/share/applications/qemu.desktop && rm -f $out/share/applications/qemu.desktop
|
rm -f $out/share/applications/qemu.desktop
|
||||||
|
|
||||||
# copy qemu-ga (guest agent) to separate output
|
# copy qemu-ga (guest agent) to separate output
|
||||||
mkdir -p $ga/bin
|
mkdir -p $ga/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user