Debian : fixed preinst errors on first installation

This commit is contained in:
Benjamin Renard 2013-06-28 16:08:31 +02:00
parent e6a30466c2
commit aac96924cf

View file

@ -1,6 +1,6 @@
#!/bin/sh
if test ! -L /etc/ldapsaisie/local
if test -e /etc/ldapsaisie/local -a ! -L /etc/ldapsaisie/local
then
echo "Move /etc/ldapsaisie/local in /usr/local/share/ldapsaisie"
mv /etc/ldapsaisie/local /usr/local/share/ldapsaisie