1
0
mirror of synced 2026-02-26 08:13:53 +00:00

Debian preinst: remove also karmic.d symlink if it exists to allow clean unpacking

This commit is contained in:
Axel Beckert
2010-05-15 00:46:00 +02:00
parent e2ac8b4ba1
commit b9d96a9f18

3
debian/preinst vendored
View File

@@ -30,6 +30,9 @@ fi
if [ -L "/usr/lib/xen-tools/intrepid.d" ]; then
rm /usr/lib/xen-tools/intrepid.d
fi
if [ -L "/usr/lib/xen-tools/karmic.d" ]; then
rm /usr/lib/xen-tools/karmic.d
fi
#DEBHELPER#
exit 0