os-prober: remove conflicting directory if needed.

This commit is contained in:
Juan RP 2013-12-22 12:26:18 +01:00
parent 6de9964a4d
commit 1813393a4d
2 changed files with 8 additions and 1 deletions

7
srcpkgs/os-prober/REMOVE Normal file
View file

@ -0,0 +1,7 @@
case "${ACTION}" in
pre)
if [ -d usr/lib/os-probes/mounted/20macosx ]; then
rm -rf usr/lib/os-probes/mounted/20macosx
fi
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'os-prober'
pkgname=os-prober
version=1.63
revision=1
revision=2
short_desc="Utility to detect other OSes on a set of drives"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://packages.debian.org/sid/os-prober"