mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
Debian : fixed preinst errors on first installation
This commit is contained in:
parent
e6a30466c2
commit
aac96924cf
1 changed files with 1 additions and 1 deletions
2
debian/ldapsaisie.preinst
vendored
2
debian/ldapsaisie.preinst
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test ! -L /etc/ldapsaisie/local
|
if test -e /etc/ldapsaisie/local -a ! -L /etc/ldapsaisie/local
|
||||||
then
|
then
|
||||||
echo "Move /etc/ldapsaisie/local in /usr/local/share/ldapsaisie"
|
echo "Move /etc/ldapsaisie/local in /usr/local/share/ldapsaisie"
|
||||||
mv /etc/ldapsaisie/local /usr/local/share/ldapsaisie
|
mv /etc/ldapsaisie/local /usr/local/share/ldapsaisie
|
||||||
|
|
Loading…
Reference in a new issue