summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-13 14:45:18 +0100
committerRichard Jones <rjones@redhat.com>2010-09-13 14:45:18 +0100
commit3deebe5bf10f3baa954ebc1d12e92efdd635226f (patch)
treeb9d95c9b301c93662837b4d3f9e14177f12d7289
parent75f0a92debd3f68c544c821fa54a973b91ea7e42 (diff)
downloadlibguestfs-3deebe5bf10f3baa954ebc1d12e92efdd635226f.tar.gz
libguestfs-3deebe5bf10f3baa954ebc1d12e92efdd635226f.tar.xz
libguestfs-3deebe5bf10f3baa954ebc1d12e92efdd635226f.zip
ubuntu: Remove bogus debirf file.
-rwxr-xr-xappliance/update.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/appliance/update.sh.in b/appliance/update.sh.in
index 0222a75e..90d63947 100755
--- a/appliance/update.sh.in
+++ b/appliance/update.sh.in
@@ -43,6 +43,7 @@ elif [ "@DIST@" = "DEBIAN" ]; then
output=initramfs.@REPO@.@host_cpu@.img
vmlinuz=vmlinuz.@REPO@.@host_cpu@
+ rm -f debian/debirf-libguestfs_@REPO@_.cgz
ln -sf debian/debirf-libguestfs_@REPO@*.cgz $output
ln -sf debian/vmlinuz-* $vmlinuz
fi